thiscitymaps Posted August 7, 2020 Posted August 7, 2020 Site URL: https://www.thiscitymaps.com/ For some reason all of the sudden my site has the navigation menu on the right instead of the left when I look at it on mobile... any ideas of how to get it back? It has always been on the left side... I know I was adjusting some header settings such as spacing of the vertical elements and the links and such, but I tried to put them back with still no luck.
tuanphan Posted August 7, 2020 Posted August 7, 2020 Add to Home >Design > Custom CSS @media screen and (max-width:767px) { .header-burger.no-actions { order: 1 !important; } .header-title-nav-wrapper { order: 2; } .header-actions.header-actions--right { order: 3; } } 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!)
KeepOnKeepingOn Posted August 7, 2020 Posted August 7, 2020 I used this bit in order to have a temp fix until they fix it. .header-display-mobile .header-burger {position: absolute;} .header-display-mobile .header-title-logo { text-align:center; margin-left:20%; } Adjust the margin to acquire a perfect center, hope this works.
thiscitymaps Posted August 7, 2020 Author Posted August 7, 2020 @tuanphan thank you - that fixed it, but now the site title is no longer in the center.. thoughts?
tuanphan Posted August 11, 2020 Posted August 11, 2020 See fine here. Did you solve? 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.