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
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
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
Hi!
Please add this css code:
.fullsize .big-preview .avia-gallery {
width: 1000px;
max-width: 100%;
margin: 0 auto;
}
Cheers!
Ismael
Hi Ismael,
Yes, that worked just fine. I was missing the width variable earlier. Thank you.
Regards,
Tameez