wkonitzer Posted May 3, 2021 Share Posted May 3, 2021 Site URL: https://www.willkonitzer.com Hi, When I view my site in a mobile browser and pull down the menu - all the links appear at the bottom of the page and they flow off the page. How do I move the links up so they are centered on the page and split over 2 lines? I suspect this is easy to do quickly if you know how 🙂 Thanks, -Will Link to comment
tuanphan Posted May 5, 2021 Share Posted May 5, 2021 Hi. Where is menu? I don't see it on header 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
wkonitzer Posted May 5, 2021 Author Share Posted May 5, 2021 (edited) @tuanphan on mobile top right there are 3 horizontal lines, that clicked bring up new page with icons at the bottom. I believe it's called the "overlay menu" on the mobile design. Edited May 5, 2021 by wkonitzer Link to comment
Solution tuanphan Posted May 9, 2021 Solution Share Posted May 9, 2021 On 5/5/2021 at 9:36 AM, wkonitzer said: @tuanphan on mobile top right there are 3 horizontal lines, that clicked bring up new page with icons at the bottom. I believe it's called the "overlay menu" on the mobile design. Ah okay, I thought desktop menu. Add to Design > Custom CSS /* Mobile menu icons */ .header-menu-nav-folder.header-menu-nav-folder--active { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header-menu-actions { display: grid; grid-template-columns: repeat(4,1fr); } .header-menu-nav-folder-content { display: none; } If you want 2 columns, just change number 4 to 2 wkonitzer 1 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
wkonitzer Posted May 19, 2021 Author Share Posted May 19, 2021 @tuanphan This works brilliantly - thank you so much. 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