Hi,
Go to Theme Options > Header > Select “Header with Social Icons and bottom Navigation”.
Or add this on your custom.css to move the menu below.
#menu-main-menu {
margin-top: 45px;
}
.main_menu .menu ul {
top: 70%;
}
.avia-menu-fx {
top: 70px;
}
Regards,
Ismael
Hi,
Please remove the CSS code that I gave you. Go to Enfold > Theme Options > Header > Header Type, choose Header with Social Icons and bottom Navigation.
Regards,
Ismael
Thank you, I saw this option, but I think the first option (header with your css-Code) looks better.
Is it difficult to change the css and put the “MegaMenu” below the main menu point?
Hi,
Can you give us a link to your website?
You can move the mega-menu with this
#header .avia_mega_div {
right: 200px !important;
}
Adjust the right position value and don’t remove the !important.
Regards,
Ismael
My website is http://professional-automated-trading.de.
If I can’t use the other kind of header, I want to delete the top line (class=”container_wrap container_wrap_meta”)
Where can I delete the lines for the top? What is going on when I start an update of the theme, do I have to make this changes again?
Than I would like to write my telefon number on the left side from the social icons.
Can I also delete the small line between the menu points and the line above the menu points?
Lot’s of thanks for your help!
Hi,
You can delete the header meta, that is the top part of the header. Just add this on your custom.css or Quick CSS.
#header_meta {
display: none;
}
You need to create a backup of your theme files especially the custom.css and the files you edited when you update the theme.
Regards,
Ismael