• I am trying to reduce the space between two sidebar widgets, but not affect the spacing of the remainder.

    They are a text widget and a featured page widget, and the second and third in the sidebar.

    I tried this, but it is not working for some reason:

    #text-11.widget {
       padding-bottom: 0 px;
    }
    
    #featured-page-8.widget {
    padding-bottom: 0 px;
    padding-top: 0 px;
    }

    Any thoughts why this isn’t working?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce space between two sidebar widgets’ is closed to new replies.