Home Forums WoodMart support forum How to adjust the padding for the main navigation header?

How to adjust the padding for the main navigation header?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #613624

    lswang6
    Participant

    Hi there,
    I hope to make the padding of marked area smaller, where I can adjust that? looked around but can not find it.
    thank you.

    regards,
    Luie

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

    lswang6
    Participant

    and hope to have a effects like this: the logo overflow across the shadow line.

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

    lswang6
    Participant

    tried following, not working:

    div.main-page-wrapper {
    margin-top: 0;
    padding-top: 0;
    }

    header.whb-header{
    margin-bottom: 0;
    }

    #613810

    Hello,

    I am unable to visit your site due to maintenance mode. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #613901

    lswang6
    Participant

    Hi there, pls find the login info as below (hidden info)

    #614065

    Hello,

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

    .wd-logo img {
    padding-top: 10px !important;
        padding-bottom: 0px !important;
    }
    
    .wd-logo img {
        position: relative;
        z-index: 10;
        margin-top: -10px; /* Adjust the value to control how much it overflows */
    }

    Best Regards

    #614079

    lswang6
    Participant

    Hi there, Thanks for the support.
    but after tried put these css code into Global custom CSS, it does not have effect (either the padding nor the logo overflow ), could you help to have a double check ? thank you.

    #614253

    lswang6
    Participant

    the margin and padding even become bigger…
    can you pls help to check on the adjustment?

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

    Hello,

    The code is working fine on your site. Try to change the value as per your requirement and check the issue.

    Best Regards

    #614283

    lswang6
    Participant

    Hi there, I am now keep all layout disabled. not the padding and margin setting vis CSS still not have effects.

    Kind regards,
    Louis

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