kargov Posted April 5 Share Posted April 5 Hi there, Putting together this page, the code block cannot be seen until the page is previewed. In edit mode it looks fine (albeit empty), as you can see the two sections in the attached screenshot have proper spacing apart, the blue line dividing them. However, when viewed live, there is a massive space below the contact form. https://brushmeup.com/join How do I remove this? Thank you. Link to comment
tuanphan Posted April 7 Share Posted April 7 You can use this code to Website > Website Tools > Custom CSS .fe-660ffbe3ed41b10c86c50fad { --row-height-scaling-factor: 0 !important; } kargov 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
kargov Posted April 9 Author Share Posted April 9 On 4/7/2024 at 6:12 AM, tuanphan said: You can use this code to Website > Website Tools > Custom CSS .fe-660ffbe3ed41b10c86c50fad { --row-height-scaling-factor: 0 !important; } Thank you very much. That removed most of it. Is it possible to further cut it down? I'm hesitant to use negative margins/padding in case the form is clipped at certain breakpoints. PS: I see your helpful answers all around, for years now, you rock! Link to comment
tuanphan Posted April 13 Share Posted April 13 (edited) On 4/10/2024 at 1:03 AM, kargov said: Thank you very much. That removed most of it. Is it possible to further cut it down? I'm hesitant to use negative margins/padding in case the form is clipped at certain breakpoints. PS: I see your helpful answers all around, for years now, you rock! You can use this code under .fe-660ffbe3ed41b10c86c50fad { grid-row-gap: 0px !important; } Edited April 13 by tuanphan 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