[Resolved] Adjust Widget Spacing for Only 1 Widget

Home Forums Support [Resolved] Adjust Widget Spacing for Only 1 Widget

Home Forums Support Adjust Widget Spacing for Only 1 Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1162722
    bluebit

    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?

    #1162799
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .inside-right-sidebar .widget_color_bg_tag_cloud {
        margin-bottom: 10px;
    }
    #1162803
    bluebit

    Thank You, it worked

    #1162822
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.