How do I divide a page into columns

  • Unknown's avatar

    I currently have a couple of WordPress pages with embedded videos. I would like to set up the page with column shortcodes, such as one third (1/3), two thirds (2/3), or one fourth (1/4), in order to display the embedded videos in a two, three, or four across format. What products would I need to set up the columns within my WordPress blog and without needing to register a new domain and installing WordPress there? I don’t want to have to maintain more than one site and I want my articles to remain within my WordPress blog. I appreciate any helpful feedback.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can do this through the Text Editor. So if you want to create a page with four columns with different videos in each column please switch your text editor and add this:

    <div style="float:left;width:25%;">[youtube=YOUTUBE LINK&w=230]</div>
    <div style="float:right;width:25%;">[youtube=YOUTUBE LINK&w=230]</div>
    <div style="float:right;width:25%;">[youtube=YOUTUBE LINK&w=230]</div>
    <div style="float:right;width:25%;">[youtube=YOUTUBE LINK&w=230]</div><div style="clear:both;"></div>

    You can change the number of the columns and the size of the width to whatever you want. Let me know if you have any questions with this!

  • Unknown's avatar

    Wonderful, it worked like a charm. Thank you for your help.

  • Unknown's avatar

    You’re very welcome!

    Have a great day!

  • The topic ‘How do I divide a page into columns’ is closed to new replies.