Archived topic
Adjust Widget Spacing for Only 1 Widget
3 replies · Started by bluebit on February 12, 2020
Viewing posts 1–4 of 4
In my website right sidebar, I'd like to adjust the Tags widget margin bottom spacing from 30px to like 10px, how do I do this without affecting the other widgets?
Hi there,
try this CSS:
.inside-right-sidebar .widget_color_bg_tag_cloud {
margin-bottom: 10px;
}
Thank You, it worked
You're welcome
This archived topic is closed to new replies.