Can anyone tell me why my photo gallery is only filling half the page? It did not do this with my previous theme. This is a default page template on Artisan.
@Anonymous - can you please share this page link? looks like width is set half
@Sweet_Savior_3 @suyash1 sorry, forgot to include that.
The URL is https://tipsyhues.com/pages/photo-gallery
@Anonymous - can you try by uploading bigger size gallery images? code looks fine
@suyash1 It’s not the images. I used the exact code and same photos with a different theme and they loaded across the whole page. Not sure why this theme makes it load this way
@Anonymous - please add this css to the very end of your styles.css page and check
.page .container .page__wrapper{flex-basis: 100%;}
- Go to your store Assets > styles.css or styles.css.liquid and paste the lines at the bottom of the file
.container.page__container.mainContentArea {
display: block;
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
Thank you both! Both codes worked, but @suyash1 , this left a noticeable amount of space between the heading and content, @Savior 's code did not.

