Topic Resolution: Resolved
  • Closed
  • zachary reinhart
    Spectator
    13.11.2015 at 21:55 #22053

    Is there an option to change the widget title/content padding in the sidebar? Bunch of white space between the title of the widget and the contents.

    Denzel Chia
    Moderator
    Posts: 2656
    14.11.2015 at 07:34 #22060

    Hi,

    Please provide your website url.
    I need to see your sidebar, and try to provide a solution.

    Thanks!

    zachary reinhart
    Spectator
    Posts: 1
    14.11.2015 at 07:35 #22061

    nwcv.org

    Denzel Chia
    Moderator
    Posts: 2656
    15.11.2015 at 08:30 #22066

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .heading.border-below-title {
    margin: 0 !important;
    padding: 0 !important;
    }
    #sidebar .heading {
    margin: 0 !important;
    }

    Thanks!