shayelled Posted September 20, 2023 Posted September 20, 2023 Hello, I went to the mobile design section of my website and it added so much extra space under each text. You can see through your phone at my Site URL. And it takes absolutely forever to get rid of that space, no shortcut that I know of to remove the space. So I have go pull the text box up then pull up any pictures or extra text in that section, and then remove the empty space in the section. All three of those things take so much time. Is there a way to help fix this so I don't have to do this with every section? TIA!
shayelled Posted September 20, 2023 Author Posted September 20, 2023 (edited) Not sure where the link is to my site but it's here: https://www.shaydominguez.com/vcmembership And must look through mobile. Thanks! Edited September 20, 2023 by shayelled
tuanphan Posted September 21, 2023 Posted September 21, 2023 Hi, Which text are you referring to? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
shayelled Posted October 4, 2023 Author Posted October 4, 2023 If you scroll down on mobile, the extra spacing starts after the text "you are in the right place." Then there's just so much extra space. I've cleared some of the space at the top and at the bottom but it was just taking so long.
tuanphan Posted October 5, 2023 Posted October 5, 2023 Try adding this code to Website Tools (under Not Linked) > Custom CSS /* reduce mobile space */ @media screen and (max-width:767px) { .fe-650a0399d6113a6e48eeef18 { grid-template-rows: repeat(28,minmax(24px, auto)) !important; } .fe-650a01b65367d01d16e60586 { grid-template-rows: repeat(2,minmax(24px, auto)) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment