• Is there anyway to reduce the spacing inbetween the widgets on the sidebar? In the current original form, there is a space, the line, and then another space.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @100purebutterfly, please try this in your Additional CSS:

    .sidebar-no-borders .widget.widget_text {
    	padding: 20px 0;
    	border-top: none;
    	border-bottom: none;
    }
    .widget {
    	margin-bottom: 20px;
    }

    If you’d like to retain the borders, remove the “border-top” and “border-bottom” lines.

    Happy customizing!

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing in sidebar’ is closed to new replies.