etizazzzzz Posted November 10, 2019 Share Posted November 10, 2019 Hello! I love the theme and how everything is done - the only thing I would like to change is that when my website is viewed on mobile the hamburger icon/3 dots/search are in the footer the bottom rather than being on top? Is there a way to change that? My website is www.wabi-sabii.com Many Thanks! Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 8 hours ago, etizazzzzz said: Hello! I love the theme and how everything is done - the only thing I would like to change is that when my website is viewed on mobile the hamburger icon/3 dots/search are in the footer the bottom rather than being on top? Is there a way to change that? My website is www.wabi-sabii.com Many Thanks! Add to Home > Design > Custom CSS div#mobileBar { top: 0; bottom: unset; } 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
etizazzzzz Posted November 11, 2019 Author Share Posted November 11, 2019 55 minutes ago, tuanphan said: Add to Home > Design > Custom CSS div#mobileBar { top: 0; bottom: unset; } Thank you so much for responding I really apprecite it! It is now at the top of the page but its covering half of the title? Is there to correct that? Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 13 minutes ago, etizazzzzz said: Thank you so much for responding I really apprecite it! It is now at the top of the page but its covering half of the title? Is there to correct that? @media screen and (max-width:640px) { div#site { padding-top: 50px; } } 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
etizazzzzz Posted November 11, 2019 Author Share Posted November 11, 2019 7 hours ago, tuanphan said: @media screen and (max-width:640px) { div#site { padding-top: 50px; } } Thank you so much!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.