Icon Box not displaying on live site correctly (but does in Edit mode)

Posted in: Newspaper
Post count: 10

https://www.baby.ky/beginnings-introduction/

Hi there, I am having issues with the Icon Box not displaying correctly on my website.

See the “This is an information page…” icon box… the text should be inline with the icon to the left.

In Edit mode it is, but when I save and exit, the text drops down on the live page.

Seems like a glitch, any ideas?

Post count: 27744

Hello,

On the title, you have set the title tag H3 which set a margin-top, so if you want to have the icon and text inline, you need to set the title tag SEO on the DIV or to use a custom code CSS
.single .tdm-title {
margin-top: 10px!important;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 10

Thank you, that custom code has worked perfectly 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.