gotlight Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://parrotfish-asparagus-tyfd.squarespace.com/config/pages Hi all, First time poster here. I have forced the hamburger for desktop display, but don't want the menu to overlay the entire desktop screen. Do you have any suggestions for code to reduce the overlay on desktop to ~50%? Thanks Link to comment
tuanphan Posted April 23, 2020 Share Posted April 23, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:901px) { .Mobile-overlay { width: 50%; right: 0; left: unset !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
Leland_Creative Posted September 20, 2022 Share Posted September 20, 2022 On 4/23/2020 at 11:19 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (min-width:901px) { .Mobile-overlay { width: 50%; right: 0; left: unset !important; } } can you do something similar to the vertical height of the menu too? Link to comment
tuanphan Posted September 21, 2022 Share Posted September 21, 2022 16 hours ago, Leland_Creative said: can you do something similar to the vertical height of the menu too? Can you describe in more detail? 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
Leland_Creative Posted September 21, 2022 Share Posted September 21, 2022 2 hours ago, tuanphan said: Can you describe in more detail? Sure, on this site: https://cheerpack-staging.squarespace.com (pw: leland) the menu extends vertically all the way down the page, and is triggered to open whenever you click on the right side of the window. So, graphically, everything on the right becomes unclickable. I am trying to program it to the ONLY thing to open the menu is clicking on the hamburger, or restricting the overall height of the menu to avoid that. Link to comment
tuanphan Posted September 23, 2022 Share Posted September 23, 2022 On 9/21/2022 at 10:40 PM, Leland_Creative said: Sure, on this site: https://cheerpack-staging.squarespace.com (pw: leland) the menu extends vertically all the way down the page, and is triggered to open whenever you click on the right side of the window. So, graphically, everything on the right becomes unclickable. I am trying to program it to the ONLY thing to open the menu is clicking on the hamburger, or restricting the overall height of the menu to avoid that. Did you solve it? I tried clicking on right of window & nothing. It seems everything works fine 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
Leland_Creative Posted September 23, 2022 Share Posted September 23, 2022 I found a different code and it worked perfectly. thanks 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