We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Problem with header design and wide bare

Problem with header design and wide bare

PAUL8
Pathfinder
100 0 31

Hello, 

I did add some code to my shopify store to add fonctionnalities, but it created problems with my header style because all the elements are now at the limit of the header, when they should be ore centred as usual on a shopify store. And I moreover have a wide scrolling barre, that should not be here. maybe my shopify store is zoomed? I'm lost because I can't figure out how to fix the problem. if somebody can help me ??
I use dawn theme, my website is womber.fr and the password is PROPAGANDAAA.

Thanks !!

Capture d'écran 2025-02-04 190040.png

Capture d'écran 2025-02-04 190341.png

  

Replies 7 (7)

KetanKumar
Shopify Partner
37635 3670 12168

@PAUL8 oh sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

body {overflow-x: hidden !important;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
PAUL8
Pathfinder
100 0 31

Thanks for your response, this did work for the wide scrolling bar, but it didn't resize the website as it should be, maybe you can try to scroll on the website and see why I have a problem, you can see it for example here where all texte are on the side of the website: Can you help me with this bad issue ??
Thanks!!

Capture d'écran 2025-02-04 194725.png

CodingFifty
Shopify Partner
1102 161 190

Hi @PAUL8,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

html, body {
  overflow-x: hidden !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
PAUL8
Pathfinder
100 0 31
Thanks for your response, this did work for the wide scrolling bar, but it didn't resize the website as it should be, maybe you can try to scroll on the website and see why I have a problem, you can see it for example here where all texte are on the side of the website: Can you help me with this bad issue ??

Thanks!!

Capture d'écran 2025-02-04 194725.png

KetanKumar
Shopify Partner
37635 3670 12168

@PAUL8 yes please just adding padding at your section 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

PageFly-Richard
Shopify Partner
5011 1120 1806

Hi @PAUL8 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
body {overflow-x: hidden !important;}

footer > div {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 5rem !important;
}

</style>

 

PageFlyRichard_0-1738718902868.png

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

PAUL8
Pathfinder
100 0 31

Hello, I don't know why it's not working, because I tried to place it above my </head> opening and it's not working, and also abov the end one.
Can you help me ?