Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi rifrdesign. Good documentation really helps; thanks. This css should reduce the spacing on all widgets:

    .sidebar .widget {
      padding: 5px;
      }

    If you want to target only the left sidebar, do this:

    .s1 .widget {
      padding: 5px;
      }
    Thread Starter rifrdesign

    (@rifrdesign)

    thnx man @bdbrown Works perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce Sidebar Content and Border gap?’ is closed to new replies.