• [Topic decapped – please do not yell here]

    I am trying to set up a gallery on a page of thumbnails (rectangles) an the first row of pictures touch each other (which is what I want) but when I add more pictures and it moves to a second row, it adds a bunch of space between the rows. I don’t want the space. I would like them to touch on each side (vertically and horizontally). Does anyone have a solution? I am using the gamepress theme. Thanks so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please Send a link of an example.

    It is a CSS edit more than likely.

    Thread Starter KMH1129

    (@kmh1129)

    Thanks …

    https://www.georgialacrossewall.com

    You will see the space between the rows…. I want to remove the space. I am relatively new to WordPress and all the coding so please bare with me. I have uploaded all the photos at the same size and changed the thumbnails to be the exact same size so that the pictures line up…. but i can’t seem to figure out how to eliminate the space.\ The final outcome I am looking for is a grid of photos (with links) with no space between them. Thanks for your help

    Globally there is margin: 12px 0 on the p element. Then there is margin-top: 10px on all the dt elements. These two together are causing your gap. You will have to add some CSS to your style sheet to override this.

    If you do not know CSS, google how to do CSS or visit Here

    Thread Starter KMH1129

    (@kmh1129)

    Thank you so much for your help. I appreciate it. I will use the site and figure out what to do to make it work. ??

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