resize breadcrumb and color menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Feb 20, 2014 2:40 pm
Reply with quote
Report this post
hi,
how can I reduce the high of breadcrumb area?
and
can I change the color of just the first voice of menu? (see img)
Image

thanks :)
User avatar
Junior Boarder

GK User
Thu Feb 20, 2014 3:01 pm
Reply with quote
Report this post
Hi,
about first request:
Code: Select all
#gkBreadcrumb { padding: 5px 0 !important;}


abut second request, I have to see website URL to tell you more.
"INSEISCI ANNUNCIO GRATIS" - this is menu item or Name of module ?
User avatar
Platinum Boarder

GK User
Thu Feb 20, 2014 3:22 pm
Reply with quote
Report this post
I tryed this code in override.css #gkBreadcrumb { padding: 1px 0 !important;}
but it doesn't work
?

for the second, this is a menu item, but I have resolved the problem by language override ;)
User avatar
Junior Boarder

GK User
Thu Feb 20, 2014 4:24 pm
Reply with quote
Report this post
my code reduced, or should bottom and top padding,
breadcrumbs.png


...and you want to reduce also top padding?
If yes, use also this:

Code: Select all
#gkContentWrap > section:first-child {
    padding-top: 1px;
}
User avatar
Platinum Boarder

GK User
Thu Feb 20, 2014 5:42 pm
Reply with quote
Report this post
I used both codes, thanks :)
User avatar
Junior Boarder


cron