How to have the same style for this module?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Apr 04, 2011 7:13 am
Hi,
I would have the same style of CATEGORIES modules for DESIGNER modules.
How can I do?
Here My site:
umbriaoutlet.com
User avatar
Junior Boarder

GK User
Mon Apr 04, 2011 4:46 pm
try use module suffix : _menu (with a space infront)
User avatar
Platinum Boarder

GK User
Tue Apr 05, 2011 5:55 am
Tried but doesn't work...another solutions?

Thanks so much

monak83
User avatar
Junior Boarder

teitbite
Wed Apr 06, 2011 12:02 am
Hi

Add this class to override.css

Code: Select all
#gk-container .mainlevel, #gk-container .sublevel {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    line-height: 1.8;
    padding-left: 0;
}
User avatar
Moderator

GK User
Wed Apr 06, 2011 5:52 am
Thanks you so much but with your hack I can have the same style of DESIGNERS for CATEGORIE.
I would the same style of CATEGORIE for DESIGNER!
It is possible?
Regards
monak83
User avatar
Junior Boarder

teitbite
Fri Apr 08, 2011 10:07 pm
Hi

Sorry I didn't understan You.

Code: Select all
#gk-left div.moduletable_content div {
border-bottom:1px dotted #DDDDDD;
padding-left:18px;
}


Try it, I'm guessing.
User avatar
Moderator

GK User
Sat Apr 09, 2011 7:06 am
Thank you so much, it's works great!

I have searched in the css file but I can't solve this:
between the header DESIGNER and the firts brand (BILLIONAIRE) the is a space white bigger then the space between header CATEGORIE and the first category (24 Ore).

How can I do to have the same space between CATEGORIE (and the first category 24 Ore) on Designers box?

regards

monak83
User avatar
Junior Boarder

teitbite
Sat Apr 09, 2011 9:51 pm
Hi

Add this code:

#gk-left div.moduletable_content br {
display:none;
}
User avatar
Moderator


cron