Change size of widget boxes?

Home Support Blog Way Plus Change size of widget boxes?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7343
    Anonymous
    Inactive

    Hi,

    Is there any way to reduce the space between the Widget boxes, and the “dead space” at the bottom of the boxes?

    Love this theme!

    http://www.meandthepct.dk

    #7344
    ProDesigns
    Keymaster

    Hi @rodberg

    We cannot see any dead space. Can you please send us screenshot?

    Thank you.

    #7345
    Anonymous
    Inactive

    This is what i mean.

    just to make it clear, its not that I think its an error 😉 I just want to tighten up the boxes.
    And its ofcouse apply to all the widget boxes, not just the 2 i have circled.

    #7346
    ProDesigns
    Keymaster

    Hi @rodberg

    Please login to wp-admin, go to Appearance >> Customize >> Additional CSS and add following CSS code to remove space as per your requirement.

    #secondary .widget {
        padding-bottom: 0px;
    }
    
    #secondary .widget.widget_gtranslate {
        padding-bottom: 20px;
    }

    In DONERING widget there are few empty p tags. Please remove them.

    Hope this will work.

    Thanks.

    #7347
    Anonymous
    Inactive

    thank you!!

    #7348
    ProDesigns
    Keymaster

    Hi @rodberg

    We are happy to help you. Feel free to contact us if you need further help.

    Thanks.

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