• Resolved designaytac

    (@designaytac)


    Dear Sir or Madam

    How can I add padding or space between images? At the moment 8 or 10 px space between images, I want to expand that distance.

    looking forward to hearing from you.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please add the following CSS code in Appearance > Customize > Additional CSS:

    #bwg_container1_0 #bwg_container2_0 .bwg_masonry_thumb_0 {padding: 11px !important; }

    We hope this information helps. Please let us know if we can help further.

    Thank you! have a nice day!

    Thread Starter designaytac

    (@designaytac)

    Hi,

    thank you for your answer but it didnt solve the issue. nothing has been changed.
    i`ve also added the code into custom field css under the page but still same.

    Best,
    Aytac

    • This reply was modified 6 years, 10 months ago by designaytac.
    Thread Starter designaytac

    (@designaytac)

    I`ve found a solution. I’ve added h2 ad first line and worked. I don’t know why ??

    h2
    #bwg_container1_0 #bwg_container2_0 .bwg_masonry_thumb_0 {padding: 11px !important; }

    thank you for your help and plugin.

    well done.

    Best
    Aytac

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    We are glad to hear you have no problem now.

    Please feel free to contact us further. We will be happy to assist you and solve any problem.

    Thank you!
    Have a great day!

    I’m currently wishing to change this also but the solution offered by Photo Gallery Support does not seem to work and I can not understand the solution that was offered by the OP.

    Thanks for any help.

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Would you like to expand the space between Thumbnails as well? Could you please give us the URL address of the page where the Gallery is published? We will try to suggest a CSS solution for you.

    Thank you! Have a nice day!

    Hi – I’m also trying to figure out how to add padding between the thumbnails. Any CSS help would be great! Here’s the URL to my galleries: https://lipsology.guru/photo-gallery/

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please add the below-written CSS code into Appearance > Customise > Additional CSS:

    #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item0 {margin: 10px;
    }
    
    #bwg_container1_1 #bwg_container2_1 .bwg-container-1 .bwg-item0 {margin: 10px;
    }

    Please let us know if it helps.

    Thank you! Have a nice day!

    That worked perfect, thank you!

    The spacing seemed a bit out of whack to me and worked better when I tried this.

    #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item0 {margin: 10px 5px 10px 5px;
    }

    #bwg_container1_1 #bwg_container2_1 .bwg-container-1 .bwg-item0 {margin: 10px 5px 10px 5px;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Padding or space between images’ is closed to new replies.