• praveenpt

    (@praveenpt)


    Currently in mobile view,

    My logo is coming in the center and menu in left side & not aligned with logo, which is not looking great.

    Can you help me in moving the logo to left side and menu to right side aligned to same with logo.

    In mobile view, logo is also not sharp. Any solution for it.

    Thanks and regards
    Praveen

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @praveenpt
    you see the menu aligned to the left and nothing to the right because you’ve deleted the search button and the push sidebar.
    The right part is dedicated to the search button and the “open push sidebar” button, for this reason that area is empty in your case.
    But you could center the button menu, in this way it will seem more precise and clean. Go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code:

    
    @media all and (max-width: 850px) {
    	.menu-toggle {
    		margin: 10px auto;
    	}
    }
    

    Best Regards,
    CrestaProject

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the logo and menu position in mobile view’ is closed to new replies.