tyu313 Posted August 28 Share Posted August 28 https://www.the313co.org/locations https://www.the313co.org/solesthreads On both of these pages of my website, I can't seem to get rid of the large space after the code block. I've turned off fill screen, and in the editor mode, there isn't a space. However, as soon as I save changes, the space magically appears. Anyone know any fixes? Link to comment
Solution tuanphan Posted August 29 Solution Share Posted August 29 You can use Classic Section for these sections or use this code to Website Tools > Custom CSS .fe-661b05161d485e02d438e68c { grid-template-rows: repeat(22,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor)"), auto)) !important; } Code for this page https://www.the313co.org/solesthreads if it works, I will send code for another page tyu313 1 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!) Link to comment
tyu313 Posted August 30 Author Share Posted August 30 Yes the code worked! Thank you so much. Could you please send the code for https://www.the313co.org/locations? Thanks!! Link to comment
tuanphan Posted August 31 Share Posted August 31 On 8/30/2024 at 3:05 PM, tyu313 said: Yes the code worked! Thank you so much. Could you please send the code for https://www.the313co.org/locations? Thanks!! Use this CSS code div.fe-66d1b59a4447e94b11968301 { grid-template-rows: repeat(30,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor)"), 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!) 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