How can I adjust the Spark template width for a narrower site?

Hi,

I would like to make my site smaller - the width really. Any way to adjust the Spark template to a more narrow width overall? Margins? padding?

Thx

Please share store URL so that exact code can be provided.

www.downeastdaybaot.com

plz update the URL its not working

www.downeastdayboat.com

I figured out the boat spelling was wrong. do you want to reduce the width of complete site(including slider) or just the inner section

Hi - I’d like to see what my site looks like with an overall reduced width

  • thanks

Hi,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.

play around with width. you can increase/decrease 80 to your choice. don’t forgot % sign

#main {
    width: 80%;
    align-self: center;
}