I have been reading through the CSS file and cannot figure out how to spread the feature boxes further apart from one another. I was not sure where I could find the information to edit for this. Thanks in advance for answer.
Hey skylerw, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. .feature_box .grid_4 { margin-left: 35px; } .body_color { margin-left: -30px; } @media only screen and (max-width: 960px) and (min-width: 768px){ .feature_box .grid_4 { margin-left: 27px !important; } } Thanks, Praveen