Viewing 6 replies - 1 through 6 (of 6 total)
  • Your site doesn’t seem to be loading correctly for me (stylesheet missing?), update the thread when you’re not changing your site and I’ll inspect your code to offer you a quick solution.

    Thanks.

    Thread Starter buyinza

    (@buyinza)

    ThemeSumo, may be i dont get you quite well, i have loaded the site on different browser and networks and its loading

    It’s fine now, your site is loading.

    You can add this to your Child Theme style.css file, or by using a Custom CSS plugin.

    body footer.site-footer {
        padding-top: 20px;
    }
    .uneo-widget-footer {
        padding-bottom: 20px;
    }
    .logo-bottom-footer a {
        margin: 0;
    }

    Hope this helps.

    Thread Starter buyinza

    (@buyinza)

    it works perfect!!!, your the best #themeSumo.

    May be another thing you can help me, i want to remove the white space between my footer content and the main page content on the woocomerce single product page, eg check here https://www.terndesigns.com/plans/pc-351/

    Note:, this only appears on the woocommerce single product pages only and the background(black pattern) image is from the Visual composer.

    Am using woo-single page builder plugin to build the Single product page.

    Thanks
    Abbey

    You can add this CSS:

    .single-product .uneo-widget-shopfooter {
        padding-top: 0;
    }

    Hope this helps.

    Thread Starter buyinza

    (@buyinza)

    i rest my case…. #Themesumo thanks so much.
    you are the best!!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Reducing height of footer widget area’ is closed to new replies.