Home › Forums › Support › align logo and menu on mobile view This topic has 7 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 21, 2019 at 2:41 am #787645 Felix Hi, it should be in line thx January 21, 2019 at 5:30 am #787761 DavidStaff Customer Support Hi there, the simplest way is to use the Mobile Header in Customizer > Layout > Header –> Mobile Header. January 21, 2019 at 6:13 am #787802 Felix hey thanks for the fast reply, what should i change there? i tried all options – still looks off January 21, 2019 at 6:16 am #787803 DavidStaff Customer Support This article explains the usage: https://docs.generatepress.com/article/mobile-header/ If selected and a logo added this will be displayed instead of the desktop site header, and the default layout is the logo left and menu right both of which are aligned. January 21, 2019 at 6:25 am #787812 Felix still not what i was looking for. i want to get the logo a little to the left and downwards that it is on a line with the menu burger icon. January 21, 2019 at 6:32 am #787819 DavidStaff Customer Support Ok some CSS is interfering – go to the Customizer > Additional CSS and find this ( its below an @media query): .site-logo { width: 140px; margin: 0 auto 32px auto!important; display: block; } and change .site-logo to .site-logo:not(.mobile-header-logo) the code should look like this: .site-logo:not(.mobile-header-logo) { width: 140px; margin: 0 auto 32px auto!important; display: block; } January 21, 2019 at 6:41 am #787828 Felix Thanks David! That worked. January 21, 2019 at 6:42 am #787831 DavidStaff Customer Support Awesome. Glad to be of help Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In