Header menu aligment (dawn theme)

Hey, how you doing
I would like o align the menu buttons all the way to ther borders rigth now it looks like this:

I would like it to look like this:

this the link: https://www.proteicodamansao.com.br/

@indahood - please add this css to the very end of your base.css file and check

@media screen and (min-width: 990px) {
.header{width: 100%; max-width: 100%;}
}

Hi @indahood

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.header–middle-center {

margin: 0 !important;

max-width: 100%;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Appreciate you, it worked just fine

  • Here is the solution for you @indahood
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.header.header--middle-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.