[Resolved] Shift Menu Position for desktop & mobile

Home Forums Support [Resolved] Shift Menu Position for desktop & mobile

Home Forums Support Shift Menu Position for desktop & mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1307866
    yaseen

    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 ?

    #1308034
    Leo
    Staff
    Customer Support

    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/

    #1308505
    yaseen

    Thanks Leo ๐Ÿ™‚

    #1308848
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.