Shopify themes, liquid, logos, and UX
Hi,
I have an issue, I have a 2 custom liquid that I did and I cannot work out how to make it the full screen (please see below for reference). I just cannot work it out, This would also make the images bigger which is also what I want, Please see link here for reference: https://7vbescs27fkkuqjv-72140980502.shopifypreview.com
Any help would be greatly appreciated. Thanks
Solved! Go to the solution
This is an accepted solution.
Hey @Mitch23
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
section.section {
max-width: 100% !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @Mitch23
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
section.section {
max-width: 100% !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Amazing! worked a charm, thank you
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
it also doesn't show up on mobile phone view... how would I fix this?
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
#shopify-section-template--22717014376726__custom_liquid_RzpQxc section,
#shopify-section-template--22717014376726__custom_liquid_fRi7qR section {
max-width: 100% !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025