Home Forums WoodMart support forum Footer issues after update

Footer issues after update

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #341743

    Hi guys, after i made the latest theme update and updated all the plugins, the footer and copyright became skewed.The separator disappeared, the top of the footer spacing also gone, and the right side of the copyright is now over in the left side. https://dinosaw.com/

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

    I was ablr to make 1 of the fixes

    .container.main-footer {
    margin-top: 50px;
    }

    #341752

    I was able to add the separator

    body .copyrights-wrapper {
    border-top: 1px solid #eeeeee;
    }

    #341756

    Only left to fix is:

    Split copyright content – left and right side. And a nice top and bottom padding please.

    #341767

    Hello,

    Try to install Classic Widgets plugin: https://wordpress.org/plugins/classic-widgets/

    Then try recreating the widgets then check back.

    Best Regards

    #341781

    Hi sir,

    i did so and copyright is still both on the left. With no top or bottom padding.

    Also how can i remove these 2 lines at the bottom of every product page?
    https://dinosaw.com/product/sc1000-single-flute-upcut-finish-bits/

    #341855

    Hello,

    1. Please make sure there are no unclosed tags in the copyrights area then check back.

    2. For the 2 lines try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-tabs-wrapper {
        border: none;
    }

    Best Regards

    #341875

    Hello,

    Its just simple text. It worked fine before the update.

    © 2020 Dinosaw – Manufacture of cutting tools. All Rights Reserved.

    By Zazen Designs.

    #342010

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #342120

    Thanks so much!!

    Lastly, after this a large space has appeared above the footer widgets, how can we reduce this to make it even with the bottom?

    Ben

    #342123

    Hello,

    You are Most Welcome.

    Please provide a screenshot of the space you are asking to check it myself and help you out accordingly.

    Best Regards

    #342124

    Here you go.

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

    Hello sir,

    How can I make the background dropdown from black to #595959

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

    Hello,

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-prefooter {
        padding-bottom: 0;
    }

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .color-scheme-light .wd-dropdown {
        background: #595959;
    }

    Best Regards

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