Happening now | Shopify Community AMA: SEO Basics with 2H Media | Ask your questions now!

Re: desktop website page layout not right

Solved

desktop website page layout not right

BLmooi
Excursionist
38 0 5

my desktop website page is sqeezed in the left, and I want it to be in the middle and full width

please help

please see here:i12.png

Accepted Solution (1)
B2Bridge
Explorer
363 75 91

This is an accepted solution.

Hi @BLmooi 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

 

{% style %}
html > body{
    width: 100% !important;
}
{% endstyle %}

 

Screenshot_1.png

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 5 (5)

B2Bridge
Explorer
363 75 91

Hi @BLmooi 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

BLmooi
Excursionist
38 0 5
Hi! www.mooipote.com
Don’t want to share password here.
B2Bridge
Explorer
363 75 91

This is an accepted solution.

Hi @BLmooi 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

 

{% style %}
html > body{
    width: 100% !important;
}
{% endstyle %}

 

Screenshot_1.png

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

BLmooi
Excursionist
38 0 5

thank you it worked

 

B2Bridge
Explorer
363 75 91

You are welcome

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.