designbylivs Posted February 5 Share Posted February 5 Hi! I'm having trouble with the spacing on my client's form block on the mobile version of the site. I'm trying to reduce the spacing between the question and the description on the form block (attached photo for ref and marked the spacing I'd like to get rid off in red). The desktop version seems to have worked perfectly but it's all random spacing on mobile. Any help would be appreciated! Page link: https://violet-raccoon-bag5.squarespace.com/formularz Password: juliawebsite123 Link to comment
Solution tuanphan Posted February 7 Solution Share Posted February 7 Try adding this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { p.description { padding-top: 5px !important; } span.description.required { display: none !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
designbylivs Posted February 21 Author Share Posted February 21 That's brilliant! Thank you so much! 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