Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #576135

    Hi,

    I want to change the width of the Big Image w/Thumbnail gallery in the blog post when Gallery blog post format is specified. For some reason the gallery size is not changing even when I have specified this code:

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%;
    }

    The text below the gallery is fine and full-size but the gallery itself remains smaller. I have tried a few things but to no avail.

    Thanks and Regards,

    Tameez

    #576143

    Hey Tameez!

    Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.

    Best regards,
    Elliott

    #576163

    Hi Elliot,

    I was testing it elsewhere (in a private post) so I had to retrofit another post and here it is: 2016 North American International Auto Show. You see the gallery is not as wide as the text below it.

    Interestingly, if there’s another gallery elsewhere in the post, it does stretch the width of the post.

    Regards,

    Tameez

    #576934

    Hi!

    Please add this css code:

    .fullsize .big-preview .avia-gallery {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }

    Cheers!
    Ismael

    #577232

    Hi Ismael,

    Yes, that worked just fine. I was missing the width variable earlier. Thank you.

    Regards,
    Tameez

    #577641

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.