• I am trying to get images to show up on my page horizontally, but when i put them into the ‘edit page’ section and update, my images come out vertical. Is there something I need to put into ‘text’ to make this happen? I want three images on the top row, and then the ability to add rows of three beneath it. I tried putting the images into table press, but the formatting is horrible in the mobile version.

    Not sure if its necessary information, but the images are made using Virtual Slide Box Builder, and I put the shortcode into the ‘visual’ section.

    Any help would be appreciated!

    starhubcommunity.org/people

Viewing 3 replies - 1 through 3 (of 3 total)
  • if you know how to add css to your theme you can add this line of code and that will stack the images horizontally instead of vertically.

    .squareDemo {
    float: left;
    }

    Thread Starter erinsmithuga

    (@erinsmithuga)

    you are the best!
    And then to start a new row, I got to edit pages, text, and input
    <br class=”clearer” />
    after the third image, correct?

    I think this is what you want:

    <br style=”float:clear;”>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontal Images on Page’ is closed to new replies.