• Ok, this is driving me nuts because I cannot find the solution. I am inserting a photo gallery and all the images are right next to each other with no padding (spacing) between the images. How can I change this as well as add a 1px black border to only the images in the image gallery used? Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    We can do that via CSS 🙂

    Would you mind pasting the link to your website here, so we can check it out?

    Kind Regards,
    -Roch

    Thread Starter mayhemkrew

    (@mayhemkrew)

    I actually figured this out. Here is the code I used in ‘Additional CSS’ area of the theme:

    .gallery-item {
        margin-top: 0;
        margin-left: 15px;
    	padding:1px;
      	border:3px solid;
      	background-color:;
    }
    Roch

    (@rochesterj)

    Awesome! Thanks for sharing!

    Kind Regards,
    -Roch

    enobyzarc

    (@enobyzarc)

    I have tried it but the third item of a 3 column gallery goes down. Do you know why?

    Roch

    (@rochesterj)

    Hi!

    Please open a new topic with a link to your site so we can check.

    Thanks!

    Kind Regards,
    -Roch

    enobyzarc

    (@enobyzarc)

    Hi Roch, it is dehadas.es

    Roch

    (@rochesterj)

    Hi @enobyzarc

    Please open a new topic 🙂

    Thanks!

    Kind Regards,
    -Roch

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Image Gallery Padding’ is closed to new replies.