KrisMiklos Posted January 7 Share Posted January 7 (edited) Hello, I'm looking to have my shop page full width, or at least as wide as my home page. But despite trying a number of code suggestions nothing has worked. Can anybody help? krismiklos.com Edited January 7 by KrisMiklos Link to comment
paramjeet.kour08 Posted January 7 Share Posted January 7 you need like 2nd image example ? Hi ! I am Paramjeet kaur Top rated SquareSpace Web Designer and Web Developer with SEO For Web Sites. Working Now As freelancer With lowest Rate. Rate $20 per hour. Till date, I have created over 300 + websites in Squarespace. Contact Me Email Link to comment
justin.mabee Posted January 7 Share Posted January 7 @KrisMiklos Have you tried adjusting the Spacing of the site under Site Styles? Click the paintbrush icon in the top right, then click Spacing, and adjust from there. Link to comment
KrisMiklos Posted January 7 Author Share Posted January 7 @justin.mabee thanks for responding - the flatiron template doesn't seem to have anything that applies under spacing: Link to comment
KrisMiklos Posted January 7 Author Share Posted January 7 4 hours ago, paramjeet.kour08 said: you need like 2nd image example ? Hi Paramjeet! What do you mean sorry? Link to comment
paramjeet.kour08 Posted January 8 Share Posted January 8 12 hours ago, KrisMiklos said: Hi Paramjeet! What do you mean sorry? which squarespace version you use? Hi ! I am Paramjeet kaur Top rated SquareSpace Web Designer and Web Developer with SEO For Web Sites. Working Now As freelancer With lowest Rate. Rate $20 per hour. Till date, I have created over 300 + websites in Squarespace. Contact Me Email Link to comment
KrisMiklos Posted January 8 Author Share Posted January 8 1 hour ago, paramjeet.kour08 said: which squarespace version you use? Version 7.0 with Flatiron template 🙂 Link to comment
justin.mabee Posted January 8 Share Posted January 8 @KrisMiklos Apologies, I forgot you were on 7.0. I did check a few searches but wasn't able to figure out the issue, I'm sorry! The site width is only available on 7.1. Might be a reason to rebuild your site in 7.1? It'll give you some more freedom to do things like this. Link to comment
tuanphan Posted January 10 Share Posted January 10 Try adding this to Website Tools (under Not Linked) > Custom CSS body[class*="type-products"].view-list section#container { max-width: 100% !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
KrisMiklos Posted January 10 Author Share Posted January 10 19 hours ago, tuanphan said: Try adding this to Website Tools (under Not Linked) > Custom CSS body[class*="type-products"].view-list section#container { max-width: 100% !important; } Beautiful. I am in awe of your coding knowledge. I have one more question actually; I have the following code to add some spacing to my homepage: /* Main content padding */ div#grid { margin-left: 50px !important; margin-right: 35px !important; width: calc(~"100% - 70px") !important; } .homepage #grid .item a { width: 97%; height: 97%; } Is there a way to add this spacing to another page as well, not just the home page? The second page is the same layout and grid so just need to know how to apply the above again Link to comment
Solution tuanphan Posted January 13 Solution Share Posted January 13 On 1/11/2024 at 5:36 AM, KrisMiklos said: Beautiful. I am in awe of your coding knowledge. I have one more question actually; I have the following code to add some spacing to my homepage: /* Main content padding */ div#grid { margin-left: 50px !important; margin-right: 35px !important; width: calc(~"100% - 70px") !important; } .homepage #grid .item a { width: 97%; height: 97%; } Is there a way to add this spacing to another page as well, not just the home page? The second page is the same layout and grid so just need to know how to apply the above again Just remove .homepage from your code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment