Home Forums Pro Themes Education Hub Pro Decrease white space

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12958
    comboss
    Participant

    Hi there

    The first of all, I appreciate your superior support!
    Please, one more question?

    I wonder how to minimize the blank white spaces between widgets’ tops and bottoms? In other words, there is unnecessary blank spaces on top and bottom of widgets. I want 0.5px-1px (or the smallest possible) between top/ bottom?

    Thanks!

    #12965
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to

    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options

    .widget {
        margin: 0px 0px -0.5em;
    }

    Hope it helps,
    Best regards.

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