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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024