-
AuthorPosts
-
May 14, 2015 at 8:57 am #444142
Hi,
I want to change the location of top-menu to display in main header area (like header-icon option)
here is the screnshoot:
http://prntscr.com/750lsjDo you have suggestion what to do?
Thanks!!!!
May 14, 2015 at 6:35 pm #444517Hi Lev!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.sub_menu { position: relative; top: 50px; }Best regards,
YigitMay 17, 2015 at 8:07 am #445353Hi Yigit,
Thanks for the help,
The content of the menu come down well.
But the gray background left over, should that dropped to the middle, and background color will be transparent?
Here is screenshoot for say:
http://prntscr.com/7648lyIn addition, at responsive the top menu does not look good ..
How can I fix it?
here is screenshoot: http://prntscr.com/7649jdThanks!
May 17, 2015 at 9:01 am #445359In addition, I found a problem with scroll page
I fixed it by adding the following code:
.header-scrolled nav.sub_menu {
top: 50px;
}May 18, 2015 at 7:33 pm #445980Hey!
Please add following code to Quick CSS as well
@media only screen and (min-width: 990px) { #header_meta { margin-top: -30px; } .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 145px; }} @media only screen and (max-width: 480px) { div#header_meta .container { padding: 0!important; margin: 0!important; max-width: 100%!important; width: 100%!important; }}Best regards,
YigitMay 19, 2015 at 8:34 am #446238Thanks Yigit!!!
Thats work and look amazing!!!!
you can see : )
http://prntscr.com/76viwsJust another little thing –
Need to fix the responsive – that in iPhone the top menu will be on the same row
You can see the problem here:
http://prntscr.com/76vjuoThanks!!!!
May 19, 2015 at 4:56 pm #446551Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive #header_meta .sub_menu>ul>li { padding: 0 5px; }}Regards,
YigitMay 19, 2015 at 9:02 pm #446706Thanks Yigit!
Its work perfect! -
AuthorPosts
- The topic ‘Top menu -locatin’ is closed to new replies.
