• Closed
  • Merry Banerji
    Spectator
    25.09.2015 at 23:28 #20975

    Hi,
    I’m trying to get pictures to just sit next to each other on a page. They look as if they are when I look at them in the editor, but then when the page is published they are in a vertical column and nothing I do will make them stay all on one line.
    Help? Here’s the url: http://meredithbond.com/blog/bookshelf/
    Thanks!
    Merry

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:08 #20984

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .pageid-184 img {
    float: left !important;
    }

    You can only make all images in that page to “float” in one horizontal line, there is no way to pick which image to float.

    Thanks!