Home Forums WoodMart support forum Header Design Issue

Header Design Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433070

    j.gorochovsky
    Participant

    Hello,
    I have two issues with header design, be so kind to check attached images.

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

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for reaching out to us!

    1. I need access to the admin dashboard to see the logo because you have enabled the maintenance mode.

    https://monosnap.com/file/l4v1zP80wLC29SQPz6fiOzoEW2UtfN

    2. This padding is important for all the Woocommerce templates, in order to remove it from the home page you need to add this negative margin to the first section if you use Elementor https://prnt.sc/uhivji or set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs for WP bakery page builder.

    You can also reach out to us if you have any questions.

    Kind Regards

    #433388

    j.gorochovsky
    Participant

    Hello Luke,
    thanks for the information, I adjusted the negative margin and it looks fine. Regarding the logo, when I inspect the website there is the following in the css. code. – wd-logo img{padding-top:5px;padding-bottom:5px which seems to be a troublemaker, however, I dont see any settings in header builder for logo padding.
    Perhaps I can override it in global CSS if you provide a code snippet?

    Best regards,
    Jaroslav

    • This reply was modified 2 years, 4 months ago by j.gorochovsky.
    #433410

    Luke Nielsen
    Keymaster

    Hello,

    You can try to use the below code for disabling the indentation from the top for the logo,

    .whb-header .site-logo .wd-logo img {
        padding-top: 0px;
    }

    Thanks for your time and have a great day.

    Kind Regards

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