jakeslater Posted February 27 Share Posted February 27 The formatting on the site is perfect when viewed in mobile and also works when viewed in fullscreen on web, but if you shrink the browser the text condenses which makes sense, but my lightbox button stays in the same place so it goes over the text. How do i fix this so that the lightbox button can move dynamically as well and will always stay below the text regardless of browser size? Link to comment
tuanphan Posted March 5 Share Posted March 5 Hi, Can you share link to page in screenshot? We can check easier 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
jakeslater Posted March 9 Author Share Posted March 9 website is www.starglowmedia.com, thanks tuanphan Link to comment
tuanphan Posted March 12 Share Posted March 12 On 3/10/2023 at 6:44 AM, jakeslater said: website is www.starglowmedia.com, thanks tuanphan We can use code to add space where screen size do you have problem Add this to Design > Custom CSS /* prevent button overlap */ @media screen and (min-width:800px) and (max-width:1120px) { .fe-block-01c520d7713885ed79e6 { margin-top: 30px; } } This code will run on screen sizes: 800px to 1120px 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment