Space between icon and text in menu
-
Hi Guys,
I’m looking for some CSS or something to put a space between my icons and text in my main menu on my front page.
I got around it by putting a (-) sign next to the text, so it takes the text a bit away from the icon, but don’t like the way it looks.
Is there a piece of custom CSS anyone knows of to put white space between the icon and text, just in the menu? I just need a little bit so it’s differenciable (if that’s a word)
I’ve tried:
td a + a {
padding-left: 3em;
}(in custom CSS) – nothing.
Also tried:
“fa-fw” (in menu CSS class)
but that moves the icon and the text to the middle of the page.
Cheers,
Nico
Adsler.co.uk.The page I need help with: [log in to see the link]
- The topic ‘Space between icon and text in menu’ is closed to new replies.