I would like to have the same triangle you have in your demo site precede menu items, but because I use the Open Sans font, the Fontello icon floats too high. I tried adding align=”bottom” command to the shortcode or changing font size but neither technique worked. Any tips? :)
Hi ubercool!
Can you please give us a link to the website and the demo link with the “triangle”?
Cheers!
Ismael
Yes, sorry, here you go:
Click on the “Golf” menu and you’ll see an example under The Oaks.
Hello!
You can add this on your custom.css or Quick CSS:
.sub-menu .av_font_icon {
position: relative;
margin-top: 5px;
}
Cheers!
Ismael
Thanks so much, that worked great! :)