Topic Resolution: Resolved
  • Closed
  • kim dunitz
    Spectator
    June 5, 2015 at 5:35 pm #17940

    How can I decrease the gap between the end of a widget content and the title of the next widget?

    Denzel Chia
    Moderator
    Posts: 2672
    June 6, 2015 at 7:08 am #17945

    Hi,

    In Theme Options -> Custom CSS, enter the following codes.

    #sidebar .widget {
    margin-bottom: 20px !important;
    }

    Please kindly change the 20px to any size that you want.

    Thanks!
    Denzel

    kim dunitz
    Spectator
    Posts: 37
    June 6, 2015 at 5:02 pm #17962

    Cheers!