how can I remove the extra padding above and below the 2nd and third widgets on our site, please?
Hey gharding!
Please add the following CSS to the Quick CSS field under the General Styling tab in the theme options:
.widget_categories, .widget_nav_menu {
padding: 0px !important;
}
Adjust the number as much as you wish to add back a little padding.
Best regards,
Jordan
that worked, thanks!