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

    Hello,

    I’ve got a logo with dimensions of 475×156. I would like to choose the header type “header with bottom navigation”. The problem is that theme always adjust the size automatically to a very small size.

    1. Whats the Quick CSS code to use the full size of that logo without automatically adjustment through theme?

    2. How can I disable the Enfold Secondary Menu above the normal menu. Whats the Quick CSS Code for disappearing that menu bar?

    3. Is it possible to use the menu bar space (where the main logo is in) to make full wide logo? For example a logo of 1024×156?

    Thank you!
    Best regards
    milatch

    #215096

    Hi milatch!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    .bottom_nav_header.social_header #header_main .container {
    height: 156px; }

    2-

    #header_meta { display: none; }

    3- Yes, some custom CSS codes may be needed, but it is possible

    Cheers!
    Yigit

    #215126

    Hey Yigit,

    thank you!

    That worked good.

    Could you tell me the Code for 1920×110? Would help me alot!

    Thank you
    milatch

    #215129

    Hey!

    Changing height to 110px in the code i posted in my previous post should help. You should be able to upload up to 1030px in width as logo. 1920px may not fit well or look bad on mobile

    Best regards,
    Yigit

    #215145

    Okay. Is it possible to get the enfold partner/logo element under woocommerce shop page not above? All the content that i add on that page appears above the shop but I dont know how to get it underneath.

    Thank you!

    #215248

    Hi!

    Deselect the Shop page on Woocommerce > Settings > Pages > Shop Base Page. Edit the Shop page then insert the partner/logo element, below add the product grid element.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header question’ is closed to new replies.