Hello, Can someone tell me how to change the margins to the bottom left feature? I've done it before but my site took a dive and now I am trying to rebuild it from memory and an extract of the data. Here is a screen shot of what I am talking about:
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-strip { margin-bottom: 5px; } .feature-bottom-left { margin: 0px 0px 0px 20px; } You can adjust the value of "margin" as per your requirement. This will solve your issue.