Home New Guten Forums WoodMart support forum strange margin on copyright-footer

strange margin on copyright-footer

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

    larsnielsengm
    Participant

    strange margin on copyright-footer

    Is there a way to get rid of the strange bottom and right margin in th copyright footer

    #664905

    Hung Pham
    Keymaster

    Hi larsnielsengm,

    Thanks for reaching to us.

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

    footer .min-footer {
        padding-block: 0;
    }
    
    footer .copyrights-wrapper .container {
        margin-right: 0;
    }

    Best Regards,
    Hung PD

    #664944

    larsnielsengm
    Participant

    Thank you

    But you css just makes a huge space to the left …. see attachement …. (adding margin-left: 0; does not fix it)

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

    Hung Pham
    Keymaster

    Hi larsnielsengm,

    Please remove above code and use below one:

    footer .min-footer {
        padding-block: 0;
    }

    Best Regards,
    Hung PD

    #665051

    larsnielsengm
    Participant

    Thanks 😀

    #665178

    Hung Pham
    Keymaster

    Hi larsnielsengm,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,
    Hung PD

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