Shopify themes, liquid, logos, and UX
Hello, I am having some trouble working out how to adjust the width of the newsletter signup section on my password page, on both mobile and desktop versions. I would like it to be the full width of the page.
Also for some reason, my website has recently changed and there is now a scroll bar at the bottom of the site that allows you to scroll sideways, revealing just empty wide space. Before my site used to be 'full screen' and there was no bottom scroll bar.
Any help would be much appreciated! TIA
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
div#PageContainer {
overflow: hidden !important;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, the url is www.lowcoautomotive.co.uk
I have now fixed the newsletter issue, it is just the page width issue now.
Thanks
ABCDEF
Hi @dannybravo
Would you mind sharing your store URL? Thanks!
The URL is www.lowcoautomotive.co.uk the entry password is ABCDEF
I have resolved the Newsletter width issue, it is just the page width issue now
Thanks,
Danny
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
div#PageContainer {
overflow: hidden !important;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Problem solved! Thank you so much
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025