Home Forums WoodMart support forum Footer space

Footer space

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311178

    natmd
    Participant

    Hi, I want to know how can I add more space between the footer and the website content

    Attachments:
    You must be logged in to view attached files.
    #311269

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-cart .footer-container{
    margin-top:150px;
    }

    This code would work for shopping carts only.

    If you want to move footer down on all the pages use this code:

    body .footer-container{
    margin-top:150px;
    }

    You can change value 150 to increase or decrease the gap.

    Best Regards

    #311312

    natmd
    Participant

    Can you please provide me a code for the shop page as well?

    #311335

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-shop .footer-container{
    margin-top:150px;
    }

    Best Regards

    #311340

    natmd
    Participant

    I added it but it didn’t work

    #311474

    Hello,

    Please provide your shop page URL.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)