Dawn Theme, How Do I Move The Whole Hamburger Menu From Left To Right?

Dawn Theme, How Do I Move The Whole Hamburger Menu From Left To Right?

Share Website URL

https://coffeebean.lt/

Hi @rytis2020

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 {

display: flex !important;

align-items: center;

justify-content: space-between;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi @rytis2020 Please use this code

Hi @rytis2020
Use this code on base.css file

@media (max-width:749px)
.header {
grid-template-areas: “icons heading left-icons”;
}
}