Left margin subcategories module

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Feb 05, 2013 12:21 am
Hi

I'm trying to add some space to subcategories in VM categories module, but I cannot found the code. Could you help me please?

Captura de pantalla 2013-02-05 a la(s) 00.21.22.png
User avatar
Expert Boarder

Konrad M
Tue Feb 05, 2013 8:59 am
Hi,
can you give us url to your page ?
User avatar

GK User
Tue Feb 05, 2013 10:13 am
User avatar
Expert Boarder

Konrad M
Wed Feb 06, 2013 9:37 am
Please add to override.css
Code: Select all
ul.VMmenu {
margin: 0 !important;
}

and remember to enable override.css option in template settinngs.
User avatar

GK User
Wed Feb 06, 2013 10:00 pm
Hi!

I just added to override.css the following lines to fix the arrow problem and the subategories margin:

Code: Select all
.VMmenu ul {
margin-left: 20px !important;
}

.VmArrowdown{
margin-top: -28px;
}


;)
User avatar
Expert Boarder


cron