My Site Does Not Fit Desktop Screen - A Lot of Blank Space on Sides

Solved

My Site Does Not Fit Desktop Screen - A Lot of Blank Space on Sides

Simon159
Explorer
119 0 21

https://charmente.com/products/long-sleeve-flared-bodysuit

https://charmente.com/

Hey, on my website there seems to be a lot of blank space on the left and right sides when looking at it on a desktop. On mobile everything fits great, I am just having this issue on desktop. Is there a solution to this?

Accepted Solution (1)

Abdosamer
Shopify Partner
956 173 202

This is an accepted solution.

Hi @Simon159 , Your website looks good on desktop, but you can reduce the blank space by adding the following code to base.css :

@media (min-width:990px){

 .page-width {
    max-width: 140rem !important;
   
}

}

 Hope that help you and have a great day!

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Reply 1 (1)

Abdosamer
Shopify Partner
956 173 202

This is an accepted solution.

Hi @Simon159 , Your website looks good on desktop, but you can reduce the blank space by adding the following code to base.css :

@media (min-width:990px){

 .page-width {
    max-width: 140rem !important;
   
}

}

 Hope that help you and have a great day!

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work