GK Extra Menu width

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Apr 11, 2012 9:03 pm
Hi,
how can i change the widht of my GK extra menu? coz i want all text in 1 line :)
User avatar
Fresh Boarder

teitbite
Thu Apr 12, 2012 12:04 am
Hi

The easiest way is to do this via CSS. Please show me Your site and I'll tell You what needs to be done.
User avatar
Moderator

GK User
Thu Apr 12, 2012 2:37 pm
Widzę, że i tak jesteś z Częstochowy więc piszę po ludzku. Adres strony: wwwx.geobid.pl/1/ chodzi o poszerzenie rozwijanego menu tak by cała nazwa mieściła się w 1 linii (domyślnie width to chyba 200)
User avatar
Fresh Boarder

teitbite
Fri Apr 13, 2012 12:27 am
Hi

We speak english so other users can benefit from some questions. This one is interesting for sure.

Try add this code:

Code: Select all
.childcontent-inner-wrap,
.childcontent-inner,
.gkcol {
width: 250px !important;
}
User avatar
Moderator

GK User
Fri Apr 13, 2012 7:04 pm
Okey i change it but there is still a problem with it coz i see a good one only when i have mouse on it look at my website.
User avatar
Fresh Boarder

teitbite
Sat Apr 14, 2012 9:05 pm
Hi

Yes You're right. I forget about one layer. So code should looks like:

Code: Select all
.childcontent,
.childcontent-inner-wrap,
.childcontent-inner,
.gkcol {
width: 250px !important;
}
User avatar
Moderator

GK User
Sun Apr 15, 2012 8:25 pm
Yeah now it's alright. I have another question - hot to delete breadcrumb from the main page under the article? if i make breadcrumb module off at main site i have a frame of this plugin and i don't want to have anything.

http://www3.kaput.pl/1/
User avatar
Fresh Boarder

teitbite
Tue Apr 17, 2012 1:21 am
Hi

There is a number of ways to solve this, but I'm kind of CSS maniac so I advice to use a mod_blank with some small css code to hide it and attached to pages where You want this to gone.

Code: Select all
#gkBreadcrumb {
    display: none;
}
User avatar
Moderator


cron