Remove vertical spacing between sidebar widgets
-
How to remove vertical spacing between sidebar widgets???
-
Hi @lol1990lol
Would you like to give our new CSS plugin a try:
https://wordpress.org/plugins/so-css/
It has a visual editor that should make something like this relatively easy.
Let us know how you come along.
Hello!
Can you please post a link to your site so I can take a look at that widget area?
Thanks!
BrendaIf you’re not keen to check out SiteOrigin CSS you can use the following snippet:
/* Sidebar */ #secondary .widget { margin-bottom: 40px; }Edit as required.
Insert at Appearance > Custom CSS if using Vantage Premium OR Simple Custom CSS plugin OR SiteOrigin CSS.
Insert at Appearance > Edit CSS if using Jetpack Custom CSS.
Hope that helps 🙂
Misplon, helped, but still there is a little space.
You can try this:
/* Sidebar CF7 */ .wpcf7 p:last-of-type { margin-bottom: 0; }thanks, but… space
Sorry, could you perhaps be a little more specific. The snippet I just sent removed all the space below your Contact Form 7 button and the next widget which starts with an image. Which space would you like still like to remove.
Thanks 🙂
between 2 pictures
widgets – pb picture
If it was the images that you originally needed together then I’d consider a change. Remove all the CSS we’ve already added and replace your image widgets with Visual Editor widgets. Then add both of your images into the same widget.
The topic ‘Remove vertical spacing between sidebar widgets’ is closed to new replies.
