Hi, How do I remove/minimize space between heading, photo, text and read more within th 3 column area on the front page? Most important the space between heading and photo. Many thanks in advance Nicke
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_content .featured h2 { padding-bottom: 2px; margin-bottom: 2px; } .feature_content .feature-image { margin-top: 2px; margin-bottom: 0px; } .feature_content p { margin-top: 5px; margin-bottom: 5px; } Adjust the values of these margin and padding as per your requirement. This will solve your issue.