Hi
I added a n icon to the menu text in my right side bar menu but the icon shows above the menu text; i want it to be placed next to the menu text.
What to do?
Greetz
Karin
Hey leloux,
Thanks for the link to your site, try adding this css to your Quick CSS field:
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
display: inline-block;
}
.html_header_sidebar #header .av-main-nav > li {
margin: 5%;
}
.
After applying the css, please clear your browser cache and check.
this is the expected result:
Best regards,
Mike
Hi Mike
Tnx!
It works out fine!
Greetz
Karin