Tagged: 

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #284006

    Hello,

    can You help me please with the black boarder / line under the main menu…, I want the line to stay when I scroll down.

    Thank You very much!

    Regards,
    Finlando

    #284010

    Hi Finlando!

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

    .header-scrolled #header_main_alternate {
    border-bottom: 1px solid black;
    }

    Regards,
    Yigit

    #284015

    Hi Yigit,

    Thank You! works fine.

    but when You scroll down and then hover over a menu item You can see a margin between the header line and the submenu boarder.

    Regards,
    Alex

    #284023

    Hey Alex!

    Please add following code to Quick CSS as well

    .av-main-nav > li > ul { border-top-width: 1px; }

    Cheers!
    Yigit

    #284060

    Thanks a lot, Yigit!

    #284061

    Sorry Yigit,

    still got a small margin, between the black line (when menu item is selected) and the header

    Regards,
    Alex

    #284063

    Hi!

    Can you post a screenshot of the issue please?

    Best regards,
    Yigit

    #284068

    Hey!

    http://snag.gy/vFOEz.jpg

    the right one is when You scroll down

    Regards,
    Finlando

    #284072

    Hi!

    Please add following code to Quick CSS

    .header-scrolled .av-main-nav ul { top: 98%; }
    .avia-menu-fx { display: none; }

    Regards,
    Yigit

    • This reply was modified 9 years, 9 months ago by Yigit.
    #284074

    Hi!

    the issue on the left pic is solved… Thank You!

    But when You scorll down You can see 1px margin (like on the right pic)

    Regards,
    Alex

    #284076

    Hey!

    I updated the code i posted in my previous post and added a custom CSS code to remove menu fx, seems like you set it to white, to hide i believe? It causes 1px gap

    Cheers!
    Yigit

    #284078

    Hey!

    WORKS GREAT! Thank You!

    One last thing. The following doesnt work on ipad:

    .header-scrolled #header_main_alternate {
    border-bottom: 1px solid black;
    }

    sorry for stressing You!

    #284084

    Hi!

    No, not at all :)
    Following code should do it

    @media only screen and (max-width: 990px) {
    #header { border-bottom: 1px solid black; }}

    Regards,
    Yigit

    #284099

    Hi!

    …still disapearing when scroll down (ipad)

    Regards,
    Finlando

    #284105

    Hi!

    I do not have a chance to check your website on an actual ipad but using simulator and resizing browser window, this is how it looks – http://i.imgur.com/lwjUCVz.png Have you flushed browser cache on your ipad?

    Please add following code to move mobile menu higher

    #advanced_menu_toggle, #advanced_menu_hide { top: 47%; }

    Cheers!
    Yigit

    #284535

    Hi Yigit!

    how can i turn off the boarders of the main menu items? I could turn them white but then i loose the boarders, where i need them…

    Thank You very much!

    Cheers!
    Alex

    #284537

    Hi!

    Please add following code to Quick CSS

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: none !important; }

    Cheers!
    Yigit

    #284543

    Hi!

    It works…, Thank You!

    but now I have 2 black lines. I need just one :) (and the line should stay when You scroll down:

    .header-scrolled #header_main_alternate {
    border-bottom: 1px solid black;
    }

    Thanks a lot, Yigit!

    Regards,
    Alex

    #284546

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 153px;
    }

    Best regards,
    Yigit

    #284562

    Thank You Yigit!

    Now I lost the boarders around the submenu items ( I turned them on i the advanced styling options)

    Thank You!

    Cheers!
    Alex

    #284623

    Hey!

    Please add following as well

    .av-main-nav > li > ul {
    border-top-width: 2px!important;
    border-top-style: solid;
    border: 1px solid black;
    }

    Best regards,
    Yigit

    #284634

    Thanks, Yigit!

    the last thing is the submenu item (no boarder)

    http://snag.gy/v0eRr.jpg

    Thank You!

    Cheers,
    Alex

    #284637

    Hey!

    Following code should do it

    #top .av-main-nav ul ul { border: 1px solid black; }

    Cheers!
    Yigit

    #284641

    Thank You very much Yigit!

    Cheers!
    Alex

    #284646

    Not at all :)

    Do svidanya!
    Yigit

Viewing 25 posts - 1 through 25 (of 25 total)
  • The topic ‘main menu’ is closed to new replies.