How Can I Fix Header Logo / Collections Position (Theme Avone 2.0)

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:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.css file and paste the following code below:

.site-header { 
    max-width: 99% !important;
}

Thanks

It is already

imagem_2023-08-26_123634383.png

There is a difference b/w width and max-width.
Check properly what I shared.

Hey @Miramontes

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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!!

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.