expanding store width from right and left

Hello everyone :slightly_smiling_face:

How we can expand the border to the left side and right side?

All of the website pages. Any help will be greatly appreciated. :slightly_smiling_face:

Store URL: https://myperfectwear.com

Can you share screenshot so I can understand better? Happy to help

Hello thanks for the reply @topnewyork

Actually I want to increase margins of the website of left and right :slightly_smiling_face:

Hello,

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
body {
	margin: 0px 10px !important; /* if you want to add more than 10, so you can */
}

Thanks!

1 Like

Thank you so much :slightly_smiling_face: