Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author weblizar

    (@weblizar)

    Yes, you are able to decrease the padding between images.

    But first, can you me share your gallery url ? Then i will able to provide you a css code.

    Thanks

    Hi! I have a similar problem. Can you tell me how to adjust the padding on all sides? Coincidentally, would that affect the padding between images? Sorry, I’m a newbie to WordPress but I’m trying to make the gallery full width as well as flush to the header.

    Here is my url:
    http://lucyjunus.com/wp/

    Thanks!

    Plugin Author weblizar

    (@weblizar)

    Hi Go1labs,

    Just modify some CSS code in a plugin file.

    File: img-gallery.css
    File Path: http://lucyjunus.com/wp/wp-content/plugins/responsive-photo-gallery-pro-2/css/img-gallery.css

    .gal-container {
        display: block;
        margin-bottom: 60px; /* modify 60px value */
        overflow: auto;
        padding-top: 20px; /* modify 20px value */
    }

    Use WP Editor plugin to edit plugin code. Install plugin on site.
    Then go to Plugins –> Plugins Editor.
    Select plugin from list. Open CSS directory and click on img-gallery.css file to open in editor. Find above code line and modify padding property according to you.

    Thanks
    Alex

    Thanks! Do you know if the padding on the left and right sides can be adjusted as well?

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