Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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;
}
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;
}
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:
Let me know if you need further help.
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025