Hi Shopify community,
I’m struggling with my Header, where my mobile look well, my desktop is not.
how to change the size of my desktop header like the mobile one, without impacting the mobile sizing.
website : https://www.bonnedose.co/
Best
A Shopify store owner is experiencing header sizing issues where the mobile version displays correctly, but the desktop version does not match the desired appearance.
Solutions Provided:
Two community members offered CSS-based fixes:
</body> tagBoth solutions use CSS to modify the desktop header sizing without affecting the mobile layout.
Outcome:
The original poster confirmed the issue was resolved, thanking the community for their help. The discussion appears to be closed with a successful resolution.
Hi Shopify community,
I’m struggling with my Header, where my mobile look well, my desktop is not.
how to change the size of my desktop header like the mobile one, without impacting the mobile sizing.
website : https://www.bonnedose.co/
Best
Hey @Vironne
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Vironne
To complete your requests, please follow these steps:
@media screen and (min-width: 1024px){
header.header {
padding-block: 10px !important;
}
}
Here is the result: https://prnt.sc/uGgyGlLwn7IX
I hope this helps
Best,
Daisy
thanks a lot ![]()