how to create 1/3 columns for post?

Posted in: Newspaper
Post count: 42

Hi, it’s easy to create 1/3 columns for pages, but how to do this for a post? I need to tile vertically 3 image blocks with simple tile in a post. Is there a shortcode library?

Thanks!

Post count: 22421

Hello,

You can place 3 images inside a post in a single row without a page builder and 3 column rows. Just make them small enough and align them to the left: https://www.screencast.com/t/brAMAskzdRm

Thank you!

Post count: 42

Thanks Bogdan!
I did as you said. The images work great but now I have the headline copies from below paragraphs jumping to the right side of the images. How can I move them back?

http://www.darenfamily.com/wp-content/uploads/2017/10/text-float-on-the-right.jpg

Post count: 42

A follow-up question is that I also want to tile many videos (3 videos in a row) in some posts. How can I do that? Thanks so much for all your help!

Post count: 23312

Hello sunnydream,

I guess that you want to display 3 videos one after the other in post content, right? You should add in the post containing your desired YouTube videos and then, use a bit of CSS code you can achieve this -> https://www.screencast.com/t/liknMWbho

Try the code below and place it in Theme panel -> Custom CSS Area.

.td-post-content iframe{
float:left;
margin-left: 2px;
max-width:33%!important;
height:200px!important;
margin-bottom:10px;
}

Thanks for the message!

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