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/750lsj
Do you have suggestion what to do?
Thanks!!!!
Hi 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,
Yigit
Hi 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/7648ly
In addition, at responsive the top menu does not look good ..
How can I fix it?
here is screenshoot: http://prntscr.com/7649jd
Thanks!
In addition, I found a problem with scroll page
I fixed it by adding the following code:
.header-scrolled nav.sub_menu {
top: 50px;
}
Hey!
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,
Yigit
Thanks Yigit!!!
Thats work and look amazing!!!!
you can see : )
http://prntscr.com/76viws
Just 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/76vjuo
Thanks!!!!
Hi!
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,
Yigit
Thanks Yigit!
Its work perfect!