Comments Halaenvato_2020 started the conversationOctober 7, 2020 at 3:50pmHello,I changed the layout of my menu but the hamburger menu is interfering with my logo. Please help.Probably the hamburger menu can go up a little bit and to the left a little bit to align with the edges of the website. 2,701PenciDesign repliedOctober 7, 2020 at 4:12pmHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 961px){ #navigation.header-6 #logo{ margin-left: 30px; } } #navigation.header-4 .penci-menuhbg-toggle, #navigation.header-5 .penci-menuhbg-toggle, #navigation.header-6 .penci-menuhbg-toggle{ margin-left: 0; } Best Regards,PenciDesign1 LikeHalaenvato_2020 repliedOctober 7, 2020 at 4:57pmIt didn't look quite like I expected it. Can you get the hamburger menu to align with "the classic"? like bring it down a little. 2,701PenciDesign repliedOctober 8, 2020 at 2:02amHi,If you want to do that, please replace the code I sent to this code: @media only screen and (min-width: 961px){ #navigation.header-6 #logo{ margin-left: 30px; } } #navigation.header-4 .penci-menuhbg-toggle, #navigation.header-5 .penci-menuhbg-toggle, #navigation.header-6 .penci-menuhbg-toggle{ margin-left: 0; } .penci-menuhbg-toggle .penci-menuhbg-inner{ margin-top: 27px; } .is-sticky .penci-menuhbg-toggle .penci-menuhbg-inner{ margin-top: 19px; } Best Regards,PenciDesign1 LikeHalaenvato_2020 repliedOctober 8, 2020 at 9:53pmPerfect.Thank you! Sign in to reply ...
Hello,
I changed the layout of my menu but the hamburger menu is interfering with my logo. Please help.
Probably the hamburger menu can go up a little bit and to the left a little bit to align with the edges of the website.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
It didn't look quite like I expected it.
Can you get the hamburger menu to align with "the classic"? like bring it down a little.
Hi,
If you want to do that, please replace the code I sent to this code:
Best Regards,
PenciDesign
Perfect.
Thank you!