reducing space in widget section
-
I would like to reduce the space between “Email(required)…” and “submit” in the widget section, on the right side of my home page. top-trending.net
How can I do that?
I know nothing about CSS btw…The blog I need help with is: (visible only to logged in users)
-
Head to the CSS section of the customiser and copy in one or both of these blocks of code depending on how narrow you want the space to be:
#contact-form-widget-text-7 p { margin-top: 0; } .contact-form input[type="email"] { margin-bottom: 0; } -
Thank you, it did make it better, but there is still some space. But didn’t change whether I copied one or both, I got the same result.
-
Try this instead:
#contact-form-widget-text-7 p { margin-top: 0; } #contact-form-widget-text-7 .contact-form input[type="email"] { margin-bottom: 0; } -
- The topic ‘reducing space in widget section’ is closed to new replies.