• Resolved SJ2107

    (@sj2107)


    Hi,

    How do I reduce the space above the widget title label? I want to create less space between each widget label and the grey border above it that separates the widgets.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello SJ2107,

    Can You please paste the URL to your site so we can further inspect your issue?

    Thanks.

    Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .sidebar.sidebar-right .widget{
            padding: 15px 0 15px 30px;
    }

    in the box.
    Let me know if this helps

    Thread Starter SJ2107

    (@sj2107)

    Thanks Fotis, that worked!

    You are welcome!

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Reduce the space above each widget title label’ is closed to new replies.