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

    Hello dear enfold-Team,

    I have problems with my navigation bars.
    It is one problem that shows up two bugs.

    First:
    – Main navigation shows a whitespace between 990px and 768px width.
    Background image has enough height (200px)
    – Footer navigation is shown (good as far)

    How can I remove this witespace?

    Second:
    – Main navigation is removed correctly below 768px (good as far)
    – Footer navigation would be hide also (but here it should appear)

    I´ve attached screenshots of both scenarios and also a link where you can test it dynamically

    Thank you for help!
    Cheers

    #569508

    Hi there,
    Yigit could help me with the footer navigation with this refering:
    http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    But: What can I do to remove the whitespace on the main navigation bar between 990px and 768px?

    #569509

    Hi! :)

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
        padding-top: 148px !important;
    }}
    #advanced_menu_toggle, #advanced_menu_hide {
        color: #940200;
    }

    Best regards,
    Yigit

    #569513

    Hi Yigit,
    also this code works perfectly!!
    Many thanks for your favor!
    It is a pleasure to work with this wordpress theme. The support is outstanding for this low price!

    Cheers

    #569517

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer Navigation not shown below 768px’ is closed to new replies.