smithanderson Posted August 30, 2022 Share Posted August 30, 2022 Site URL: https://www.iballday.com/ My client wants to move the "donate" button on the mobile version of the navigation from the bottom to the top. So it would be the first thing you see when you click the hamburger icon. But would still like to keep the location of the button the same on the desktop version. Link to comment
tuanphan Posted August 30, 2022 Share Posted August 30, 2022 Add to Design > Custom CSS @media screen and (max-width:991px) { .header-menu-cta { order: 1 !important; } .header-menu-nav-folder-content { order: 2; } .header-menu-actions { order: 3; } } Also, I see cart icon disappear, you should check it again Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment