Jmontison Posted November 11 Share Posted November 11 (edited) Hello!☺️ I have 2 problems. 1) Cookie banner: I want the disclaimer text to be side-by-side with the "got it" button. As you can see in the image, the button floats in the lower right corner instead of being aligned with the text. 2) Overlay menu clickable close area I would like to extend the clickable area to close the overlay menu to the red zone I have drawn in the picture (instead of the minuscule close icon). Thank you so much for taking the time to help me. Code to enter website: go Edited November 16 by Jmontison Link to comment
tuanphan Posted November 18 Share Posted November 18 Hi, #1. I see you disabled cookie text. Can you enable it? We can check easier #2. Add this code to Website > Website Tools > Custom CSS body.header--menu-open .header-burger, body.header--menu-open .header-burger button { position: fixed; top: 0; right: 0; bottom: 0; height: 100%; display: flex; align-items: flex-start; justify-content: flex-start; z-index: 999999; width: 20%; } 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
Jmontison Posted November 19 Author Share Posted November 19 Hi Tuanphan! Wow, that worked perfectly! Thank you so much for your amazing help! 😁 You should be able to see the cookie banner now. Link to comment
Solution tuanphan Posted November 22 Solution Share Posted November 22 On 11/19/2023 at 9:27 AM, Jmontison said: Hi Tuanphan! Wow, that worked perfectly! Thank you so much for your amazing help! 😁 You should be able to see the cookie banner now. Use this CSS code @media screen and (max-width:767px) { .sqs-cookie-banner-v2.POPUP.DARK.BOTTOM_RIGHT.BUTTON.OPT_IN { display: flex; align-items: flex-start; } } 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
Jmontison Posted November 22 Author Share Posted November 22 Excellent Tuanphan! It worked! I appreciate your help. You are exceptional at what you do! Take 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