Hi guys,
Am currently setting up my new website and would like to move the menu to the left and the Logo to remain in the centre (on the same level) within the Dawn 4.0 theme. Unfortunately, that option is not an out-of-the-box option in Dawn 4.0 so does anybody here know if and how this can be done?
Hi @AmoreBouquets ,
Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
Best regards.
Hello @AmoreBouquets ,
Greetings!!
Please follow the steps,
-
First, select this option https://prnt.sc/qlOcRkm8vSyb
-
Copy the below code and paste it here
Online Store->Theme->Edit code->Assets->base.css
.header-wrapper .header.header--middle-left {
grid-template-areas: "navigation heading icons" !important;
grid-template-columns: 1fr 1fr auto !important;
}
Output : https://prnt.sc/9HBmmTDW0ayS
Hi @AmoreBouquets ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.