Hi there!
I am currently building our online store - not released yet on a domain.
I am using Studio Theme (a free Spotify theme) and have a question about making sections full-width.
The slideshow/image banners are full width, but using any other sections including the header, columns, images with text, etc. aren’t.
Would I add a Custom CSS or would I need to edit the theme. liquid? Or should I just give up on the free themes/are they too difficult to edit?
Hi @vanessa37
This is David at SalesHunterThemes.
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Hi @vanessa37
Other sections will get width from your Online store > Themes > Customize > Theme settings > Layout > Page width, but max width of setting is 1600px only
But you can change that by going to your base.css file in Online store > Themes > Edit code, find this line of code
.page-width
Change this line of code
max-width: var(--page-width);
To this
max-width: 100%;