When building my site I’ve noticed the text boxes are very narrow and aren’t truly “full width” not sure how can i accomplish this.
Hi @wmartindale
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hi, can you share store url?
Hello @wmartindale
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Hello @wmartindale ,
Please add the following code into your base.css file and check.
@media(min-width:980px){
.page-width{
max-width:100%! important;
width:fit-content;
}
}
Site Link - https://eex0c0-vr.myshopify.com/
pass - paonta
https://eex0c0-vr.myshopify.com/
pass below
Hello @wmartindale
On which page is that section appearing? Can you send the page URL?
Its the home page, and technically all the pages don’t see to be full width div’s but here is an example as well
Hello @wmartindale
Do you want this?
Yes exactly! Is that something I can implement throughout the site as well?
Hello @wmartindale
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.spro-container {
max-width: 100%!important;
}
Thank you @devcoders I will need to figure out making the products tiles smaller on the home page but appreciate helping
Hello @wmartindale
You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.
like and accepting the All solution. Thank you!


