• Hello, I am trying to work on my portfolio by adding a few images to it. My issue is that when I add the new images they don’t get displayed properly. View my portfolio here

    I would like the thumbnails to be displayed 3 per row. Can someone give me some help? Thanks.

    oh, the theme I am using is called squirrel.

Viewing 4 replies - 1 through 4 (of 4 total)
  • the default for gallery columns would be three – if it is different in your theme/post, you might need to put the column number directly into the gallery shortcode;

    example when you edit the post in the html setting of the editor:

    [gallery columns="3"]

    or edit the gallery and set the columns to 3.

    http://codex.wordpress.org/Gallery_Shortcode

    Thread Starter mja8342

    (@mja8342)

    When I do that, it becomes 2 columns with 4 rows. and there are images in the first and third rows of the second column. It appears as if it is skipping putting an image in. It should have put the image from the 4th row in the 2nd row, first column.

    Thread Starter mja8342

    (@mja8342)

    I used the inspector some, and it posts the first four images, and then has a clear: both inline style on a div. I deleted that and it appeared to fix the issue. I’m not sure where the code would be located so I can permanently fix it.

    Thread Starter mja8342

    (@mja8342)

    I placed a css property in the portfolio page at the top and just told it to not display br. All Issues fixed now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gallery Issue’ is closed to new replies.