Why is my photo gallery only filling half the page on Artisan theme?

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%;}

@Anonymous

  1. 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

1 Like

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.

1 Like

@Anonymous

Please like and accept the solution to help other people find solution.

Regards

1 Like