On my live website there is horizontal scrolling on my mobile version, not on the home page but only on 2 specific pages everything else in fine link : https://www.hadiyahgifting.com/pages/wedding
and on my draft website where we’re working on revamping the website there is horizontal spacing overall, creating a lot of horizontal spacing either ways. Preview link : https://z1m59265o485o1n3-84867743991.shopifypreview.com
I would not recommend the solution above as instead of finding the reason and fixing the actual problem this it is fixing the symptom.
And it has some drawbacks – say, sticky elements will not be sticky anymore.
Your actual problem is in assets/component-header-single-line.css:
.halo-block-header .title .text{
width: 620px;
}
This sets the fixed width of some elements and they grow beyond the width of the browser.
Also @tim_1 the solution you gave is also creating some problems in the website, dots which should be visible are not as well, any work around that could be suggested?