I have 2 rows of features, I need the bottom row centered under the top row, how can I do this? Thank you in advance!
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (min-width: 993px){ div#site_features ul li:nth-child(5) { margin-left: 25.8% !important; } } It will resolve your issue Thanks, Praveen