Site logo

Archived topic

Shift Menu Position for desktop & mobile

3 replies · Started by yaseen on May 30, 2020

Viewing posts 1–4 of 4

1) I would like to shift menu position from center to right for desktop

2) And for mobile view, I would like to place the logo first and below that the menu

How can I do that ?

Hi there,

1) Can you go to Additional CSS field in the customizer and remove this CSS?

.inside-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#site-navigation {
    float: none;
    width: 100%;
}

2) Try disabling the mobile header option:
https://docs.generatepress.com/article/mobile-header/

Thanks Leo :)

No problem :)

This archived topic is closed to new replies.