Page default template is narrow

Solved

Page default template is narrow

JoClingan
Tourist
4 0 4

Hoping you can help, i cannot figure out how to adjust the width of default page template within empire theme.  It is narrow on desktop, fine on mobile.  I have tried adding custom CSS code but it says its not recognised.

For example 

https://ultimatepartyshop.com/pages/contact-us

 

Any ideas, no idea why shopify have done this!!

Thanks in advance.

Accepted Solution (1)

Asad-Mahmood
Shopify Partner
445 80 91

This is an accepted solution.

go to your online store -> edit code -> theme.css file and paste this code there in the end of file

.page-content {
    max-width: 1000px !important;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




View solution in original post

Replies 2 (2)

Asad-Mahmood
Shopify Partner
445 80 91

This is an accepted solution.

go to your online store -> edit code -> theme.css file and paste this code there in the end of file

.page-content {
    max-width: 1000px !important;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




TheScriptFlow
Shopify Partner
709 49 95

Hey @JoClingan,

Please paste this code in the end of theme.css file.

.page-content{
  max-width: 1400px !important;
}
.page-content {
    max-width: 1400px !important;
}

Here is how you can find base.css file.

Go to Shopify Admin > Online Store > Edit Code > base.css

Results:

thescriptflow_0-1745353650542.png

Let me know if you need further help.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee