Viewing 1 replies (of 1 total)
  • Plugin Author Subharanjan

    (@subharanjan)

    JackCharlie, These extra spacing are coming due to the CSS written in side your current theme for various elements. Here are the steps to Debug and Correct CSS Issues in Your Browser. https://nodedesk.zendesk.com/hc/en-us/articles/202243372

    You can use the following CSS to fix your current issue. Paste these into the extreme end of your current theme’s style.css file.

    .footer-widgets .widget-area h4.widget-title {
        margin: 0px !important;
    }
    .footer-widgets .widget-area blockquote {
        margin: 20px 0px !important;
    }
    .footer-widgets .widget {
        margin-bottom: 0px !important;
    }

Viewing 1 replies (of 1 total)

The topic ‘Extra spacing below slider?’ is closed to new replies.