Hi
How can I fix the header for my theme Avone 2.0 (in desktop)
There’s so much blank space in right and left, and I want to move logo to the left and collections in the middle to just one line
Site URL: https://www.miramontes.com.br/
Theme: Avone 2.0
Hello @Miramontes ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your theme.css file and paste the following code below:
.site-header {
max-width: 99% !important;
}
Thanks
There is a difference b/w width and max-width.
Check properly what I shared.
Moeed
August 26, 2023, 6:08pm
5
Hey @Miramontes
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 @Miramontes
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
header.site-header {
max-width: 99% !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
It works perfectly! Thanks!!
Moeed
August 28, 2023, 12:35pm
8
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.