Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1070679

    Hello,

    When i want to use the option Logo Center, Menu below the header image is not taking the right pixels.
    If i select pixels height (250pixels) i have some space between my header and slider.

    If i select an other option like (logo center, Menu left) is is working.
    But i want both in the middle. What can it be?

    Kind regards,
    Hans Kroeze

    #1070813

    Hi Hans

    I am pretty sure you can tweak the behaviour in your case with some custom CSS.
    Could you share the URL from the website here please so I can take a look at it?

    Best,
    Michael

    #1071428

    Hi ZikomoWebdesign,

    Do you mean you want the shrinking header and it’s not working or you want a custom height?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1071867

    Hello Victoria and Michael,

    Thanks for your reply. I want to create a custom height for my header.
    the link is test2.zikomo-webdesign.nl

    This is the header
    http://test2.zikomo-webdesign.nl/wp-content/uploads/2019/02/header2.png

    When I check it in firefox and my header is around 200px and then I small space between header and menu.

    @ Victoria, I want to achieve that my header is stretched to 250px. custom height

    Best regards

    #1073724

    Hi,
    Sorry for the late reply, if I understand correctly, you would like your logo to have a minimum height of 250px, but you also don’t want any extra space between the logo and the menu.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    span.logo img {
    min-height: 250px !important; 
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 300px !important; 
    }
    #header_main .av-logo-container {
    min-height: 250px !important; 
    height: 250px !important; 
    }

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.