How to make the inline-block images appear in post?

Posted in: Newspaper
Post count: 3

I can’t get inline-block images

Example: https://www.videnciatarot.com/tarot-gratis-tarot-del-amor-gratis/

Please help

Post count: 18283

Hello !

For that you will need to make tables in posts. Find out more about it here: https://www.wpbeginner.com/plugins/how-to-add-tables-in-wordpress-posts-and-pages-no-html-required/

Also please note that this is not a Newspaper theme feature.

Thank you !

Post count: 3

Thanks for the reply.

With the table it is not solved, it is an inserted script (not individual images). Could not with css?

I have tried to make an individual template and give the single post content the “inline-block” attribute, but it doesn’t work.

Thank you

Post count: 35449

Hi,

Please try this custom css and hope this will help you! -> http://prntscr.com/q64wa0
.td-post-content form img {
display: inline-block;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Post count: 3

Thank you very much!!!!
It works perfect

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