Gallery Adjustment

Discussion in 'Figero WordPress Theme' started by aquay, Dec 6, 2013.

Thread Status:
Not open for further replies.
  1. aquay

    aquay Member

    Joined:
    Sep 16, 2013
    Messages:
    44
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .su-custom-gallery {
    margin-left: 14px;
    }
    .rps-image-gallery.gallery-columns-4.gallery-size-thumbnail {
    margin-left: 12px;
    }
    
    Adjust its value as per your requirements.
     
  3. aquay

    aquay Member

    Joined:
    Sep 16, 2013
    Messages:
    44
    Likes Received:
    0
    Gourav,

    Thanks for the code for RSP Image Gallery, it works fine. However I decided to use another plugin called WP Gallery Custom Links as a way to add links to the images instead. I like it better because the caption works and it wraps the image with a border. Can you provide me with the code for this so that it aligns properly?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-main.fullwidth .gallery {
    width: 100%;
    }
     
  5. aquay

    aquay Member

    Joined:
    Sep 16, 2013
    Messages:
    44
    Likes Received:
    0
    Thanks for your help!
     
Thread Status:
Not open for further replies.

Share This Page