Tagged: separator
-
AuthorPosts
-
June 26, 2014 at 11:59 am #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,
FinlandoJune 26, 2014 at 12:05 pm #284010Hi 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,
YigitJune 26, 2014 at 12:16 pm #284015Hi 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,
AlexJune 26, 2014 at 12:32 pm #284023Hey Alex!
Please add following code to Quick CSS as well
.av-main-nav > li > ul { border-top-width: 1px; }
Cheers!
YigitJune 26, 2014 at 1:22 pm #284060Thanks a lot, Yigit!
June 26, 2014 at 1:29 pm #284061Sorry Yigit,
still got a small margin, between the black line (when menu item is selected) and the header
Regards,
AlexJune 26, 2014 at 1:55 pm #284063June 26, 2014 at 2:06 pm #284068June 26, 2014 at 2:11 pm #284072Hi!
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 10 years, 5 months ago by Yigit.
June 26, 2014 at 2:16 pm #284074Hi!
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,
AlexJune 26, 2014 at 2:24 pm #284076Hey!
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!
YigitJune 26, 2014 at 2:30 pm #284078Hey!
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!
June 26, 2014 at 2:40 pm #284084Hi!
No, not at all :)
Following code should do it@media only screen and (max-width: 990px) { #header { border-bottom: 1px solid black; }}
Regards,
YigitJune 26, 2014 at 2:50 pm #284099Hi!
…still disapearing when scroll down (ipad)
Regards,
FinlandoJune 26, 2014 at 2:56 pm #284105Hi!
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!
YigitJune 27, 2014 at 1:35 pm #284535Hi 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!
AlexJune 27, 2014 at 1:38 pm #284537Hi!
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!
YigitJune 27, 2014 at 1:43 pm #284543Hi!
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,
AlexJune 27, 2014 at 1:48 pm #284546Hi!
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,
YigitJune 27, 2014 at 2:11 pm #284562Thank You Yigit!
Now I lost the boarders around the submenu items ( I turned them on i the advanced styling options)
Thank You!
Cheers!
AlexJune 27, 2014 at 4:29 pm #284623Hey!
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,
YigitJune 27, 2014 at 4:39 pm #284634Thanks, Yigit!
the last thing is the submenu item (no boarder)
Thank You!
Cheers,
AlexJune 27, 2014 at 4:43 pm #284637Hey!
Following code should do it
#top .av-main-nav ul ul { border: 1px solid black; }
Cheers!
YigitJune 27, 2014 at 4:47 pm #284641Thank You very much Yigit!
Cheers!
AlexJune 27, 2014 at 4:52 pm #284646 -
AuthorPosts
- The topic ‘main menu’ is closed to new replies.