Move the titles away from images

Hello,

I am testing SIte Origin Builder plugin. So, here is my page I would like to edit: https://upbeatimpulse.com/posts-mindfulness/ I would like to move the titles Recent Posts and the headlines of the two blog posts below. I Don’t want them to mix with pictures. I want a nice view, the full titles that are slightly lifted up from the images.

I didn’t find the options in the settings of the plugin,

Thanks,

Sonja

Hi Sonja,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.so-panel h3.widget-title {
    display: block;
    position: static;
    margin: 30px 0;
}

Best Regards,
Movin

Thank you very much,

Sonja

You are most welcome here :slight_smile: