OliHarris Posted September 14, 2021 Posted September 14, 2021 Site URL: http://https/thesporting.blog Does anyone know if it's possible to move the 'burger menu' from the bottom, to the top of the page on the Tudor template? On mobile. The menu is obscured by display ads which is kind of not great UX.
tuanphan Posted September 16, 2021 Posted September 16, 2021 On 9/14/2021 at 9:04 PM, OliHarris said: Site URL: http://https/thesporting.blog Does anyone know if it's possible to move the 'burger menu' from the bottom, to the top of the page on the Tudor template? On mobile. The menu is obscured by display ads which is kind of not great UX. Add to Design > Custom CSS @media screen and (max-width:640px) { div#mobileBar { top: 0; bottom: unset; } div#headerAnnouncementWrapper { margin-top: 40px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.