New Landing How can we help? Atelier Post gallery columns do not line up

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #295875
    rayela
    Member
    Post count: 34

    Hi. I tend to use a lot of galleries in our blog posts and recently, they quit lining up like they should into nice rows and columns. I have tried different column choices, but it does not seem to make a difference and there is usually one per gallery that is not fitting into the grid. This makes it look messy. I did a search and there were others responding with WordPress staff saying that it was a theme issue.

    How can I fix this? It used to work beautifully…

    #296208
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a WP login for us to take a closer look.

    Thanks.

    #296294
    rayela
    Member
    Post count: 34
    This reply has been marked as private.
    #296603
    David Martin – Support
    Moderator
    Post count: 20834

    Please post here the login username and password for all staff members to use. Click Set as private reply.

    – David

    #296634
    rayela
    Member
    Post count: 34
    This reply has been marked as private.
    #297159
    David Martin – Support
    Moderator
    Post count: 20834

    Can you please set this to Off and re-test: Theme Options => General Options => Plugin Options => Disable Gallery Shortcode Override.

    Thanks.

    #297275
    rayela
    Member
    Post count: 34

    David, the setting was turned to OFF, so I set it to ON and it corrected the columns. However, the images have no spacing between them. Is there a CSS code that I can add to make the gallery columns have some space between them?

    #297649
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, please add this to Theme Options => Custom CSS:

    .gallery {
      margin: 0 -10px!important
        ;
    }
    .gallery-item {
        padding: 0 10px;
    }
    #297731
    rayela
    Member
    Post count: 34

    Hmmm… it didn’t do anything. Check the images at the top of this post: http://artizanmade.com/handmade-hat-history-style/

    They are all stuck to each other….

    #297756
    David Martin – Support
    Moderator
    Post count: 20834

    Think the CSS corrupted above, try this:

    .gallery {
      margin: 0 -10px!important;
    }
    .gallery-item {
        padding: 0 10px;
    }

    #297777
    rayela
    Member
    Post count: 34

    Great! That worked and looks much better. Appreciated!

    #297780
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to help!

    Thanks.

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register