What's your biggest current challenge? Have your say in Community Polls along the right column.

Streamline theme - adjust newsletter width and adjust overall page width

Solved

Streamline theme - adjust newsletter width and adjust overall page width

dannybravo
Tourist
5 0 1

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

 

SS1.jpgSS2.jpgSS3.jpg

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9133 2180 2688

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:

Made4uoRibe_0-1725378259561.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 6 (6)
dannybravo
Tourist
5 0 1

Hi, the url is www.lowcoautomotive.co.uk

 

I have now fixed the newsletter issue, it is just the page width issue now.

 

Thanks

dannybravo
Tourist
5 0 1

ABCDEF

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @dannybravo 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
dannybravo
Tourist
5 0 1

Hi @Made4uo-Ribe 

 

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

 

 

Made4uo-Ribe
Shopify Partner
9133 2180 2688

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:

Made4uoRibe_0-1725378259561.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
dannybravo
Tourist
5 0 1

Problem solved! Thank you so much