Menu Item Icons

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 31, 2014 12:41 pm
Reply with quote
Report this post
Hi There,

How do I create a space between the menu icon and the menu title? I'm assuming this is something CSS based, but I'd like a gap of say 2px from the icon of the menu item, and the title itself. You can see what I mean at www.newsonnews.net and just look at any of the menu dropdowns.

Thanks again.
Kevin
User avatar
Fresh Boarder

GK User
Tue Apr 01, 2014 8:23 am
Reply with quote
Report this post
Hi,
I want to help you but my Antyvirus Avast said "Infection: URL:Mal" on your page !! site was blocked.

But I used icons also on my clean website so ... you have two options:
1) Use a little bit wider icon with small empty space on the right side
2) Use this CSS code:
Code: Select all

#menu949 > img {  padding-right: 5px; }

:idea: Where 949 - is your item menu ID from Menu Manager ! (Numbers are on the last right column)
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 11:13 am
Reply with quote
Report this post
Hi There,

Thanks for this!

I take it this CSS goes in template.css??

re: Avast. This is a false-positive that we are aware of and working with Avast to get removed from their definitions!

Cheers
Kevin
User avatar
Fresh Boarder

GK User
Tue Apr 01, 2014 11:38 am
Reply with quote
Report this post
About custom CSS - check our guide: http://www.gavick.com/documentation/joo ... -template/

We have many other guides there :)
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 12:34 pm
Reply with quote
Report this post
Thanks for this info!

Re: Avast virus alert - This has been raised with them as a false positive and will be rectified in their next definitions update. Thanks for the heads-up!!

Kevin
User avatar
Fresh Boarder


cron