Solved

Changing website width debut theme

achaaraoui
Excursionist
47 0 9

How do I change the full width of my website on all pages. The menu and logo seem to take up the full length with minimal side edges. I would like that for the rest of my pages and sections on the website. As shown in the first image, where the logo starts the picture starts, and so does everything that comes under. And where the cart icon ends, the picture ends. But when I go into full screen or preview, this changes. How can I get it to always be were the logo starts the picture starts, and so does everything that comes under. 

Screen Shot 2021-07-30 at 1.12.29 AM.png

Screen Shot 2021-07-30 at 1.12.42 AM.png

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @achaaraoui 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.page-width{

max-width: 100%;
margin: 0 auto;
}

 

View solution in original post

Replies 6 (6)

achaaraoui
Excursionist
47 0 9

Here is a good example. 

Screen Shot 2021-07-30 at 1.40.02 AM.png

Kinjaldavra
Shopify Partner
2302 570 1422

hello @achaaraoui 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

achaaraoui
Excursionist
47 0 9
achaaraoui
Excursionist
47 0 9

@Kinjaldavra here it is, thank you

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @achaaraoui 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.page-width{

max-width: 100%;
margin: 0 auto;
}

 

achaaraoui
Excursionist
47 0 9

@Kinjaldavra thank you so so much!!!! it worked perfectly!