OFORA Posted June 26 Share Posted June 26 (edited) My desktop site is working fine but the mobile side has an odd issue. The top two links in my site overlay on the mobile version aren't opening when touched. You can hold down and open in a new tab but you can not single tap and open. All of the remaining links from the overlay work fine, it is just the first two. I'm not even sure where to check the overlay. ofora.com Edited June 27 by OFORA Link to comment
tuanphan Posted June 27 Share Posted June 27 Hi, What is your site url? 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
Solution tuanphan Posted June 28 Solution Share Posted June 28 17 hours ago, OFORA said: OFORA.com Too many items in Overlay Menu You can consider reduce text size by adding this to Design > Custom CSS @media screen and (max-width:767px) { .container.header-menu-nav-item * { font-size: 14px !important; } .header-menu-nav-folder[data-folder="root"] { margin-top: 100px; } } 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
OFORA Posted July 11 Author Share Posted July 11 Thank you for your help! That fixed it. Now the last button "New Client" on the mobile page doesn't quite show up correctly, though I can still click it if I scroll down and click at the same time. Link to comment
tuanphan Posted July 11 Share Posted July 11 What should it look like? 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
OFORA Posted July 12 Author Share Posted July 12 At the bottom of the screen, there is/should be a white button that says "New Client". Thanks for your help!! Link to comment
OFORA Posted July 14 Author Share Posted July 14 (edited) It needs to look like this, but on the mobile version "New Client" button would not show up 😞 Edited July 14 by OFORA Link to comment
tuanphan Posted July 14 Share Posted July 14 I see you figured it out? It shows this to me 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
OFORA Posted July 20 Author Share Posted July 20 Oh no, my last image was a mockup I did in Photoshop. That's how I want it to look like, but currently it doesn't show me the "NEW CLIENT" bar no matter what I do 😞 Thank you so much for your time in advance! Link to comment
tuanphan Posted July 22 Share Posted July 22 On 7/20/2023 at 7:52 AM, OFORA said: Oh no, my last image was a mockup I did in Photoshop. That's how I want it to look like, but currently it doesn't show me the "NEW CLIENT" bar no matter what I do 😞 Thank you so much for your time in advance! Add to Design > Custom CSS @media screen and (max-width:767px) { [data-folder="root"]>div { top: -50px; position: relative; } .header-menu-actions { margin-bottom: 0 !Important; top: -90px !important; } .header-menu-cta { top: -90px !important; } } 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
OFORA Posted July 31 Author Share Posted July 31 I got it to work! Thanks so much again for your help!!! 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