Inline Image w/Text in HTML block

Posted in: Newsmag
Post count: 46

Hello,

I’m trying to get a Facebook icon to appear inline with text. I’m using a raw html block. Nothing I’ve tried works.

Can you assist?

http://www.SchillingShow.com

Post count: 35449

Hi,

I think that you can use a custom css like this one -> https://i.imgur.com/GeaQF6x.png
.vc_raw_html .td-fix-index img{
padding-top:5px;
display: inline-block;
position: relative;
top: 3px;
}

If you want, you can adjust it, also the code need to be set in them panel> custom code. custom css.

Thank you!

Post count: 46

Worked perfectly; thanks!

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