• Is there supposed to be a significant amount of space above each widget header in the side bar? Is there an easy way to reduce this via dropping in a code in say the style sheet? Ideally, I would like my widgets to be visible with minimal scrolling. This is not possible with the current theme style settings.

    Website: https://goo.gl/BUrCC

    Anyone’s assistance would be greatly appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kase

    (@web-design-kase)

    Hi William,

    The widgets have a bottom-margin of 65px.

    That does seems a lot ??

    You can change this on (around) line 1062 of the style.css:

    .widget {
    	color: #ccc;
    	display: block;
    	font-size: 11px;
    	line-height: 22px;
    	margin: 0 0 65px 0;
    }

    This will change the spacing equally between all widgets in the sidebar.

    I hope that helps.

    – If this theme is subject to updates from an author other than yourself then I would suggest that you use a child theme to put such a modification in place.

    Thread Starter William Adan

    (@wilcyn)

    Thanks, Kase. That did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too much spacing between widgets in sidebar’ is closed to new replies.