Hi,
I put a some icons on the top bar menu but the vertical alignement is not correct.
In addition, I notice that the top bar menu is always centered on mobile.
Any CSS code to add ?
Best regards
Jorge
Hi Jorge!
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (min-width: 768px) {
.sub_menu .av_font_icon {
position: relative;
top: -3px;
}}
.responsive #header_meta .sub_menu > ul {
float: right;
width: auto;
}
Cheers!
Yigit
Hi Jorge,
You are welcome and thanks for sharing your solution! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit