Remove table row spacing

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Jun 03, 2013 8:25 pm
Hi all,

Just wondering if someone can help please?

I am trying to remove some spacing that exists between the rows in the table.

Here you will see an example: http://kankotri.co.uk/design-ideas/symbols

The wording 'Ganesh 1' seems to have a lot of space between that and the image above it.

Can anyone help with regards to reducing the gap?

Many thanks,

Pritesh
User avatar
Gold Boarder

GK User
Mon Jun 03, 2013 9:01 pm
Hi,

Please try to add the following code at the end of the css/template.css file:

Code: Select all
.item-page table td {
padding: 0!important;
}
.item-page table img {
margin: 0!important;
}
User avatar
Administrator

GK User
Mon Jun 03, 2013 10:47 pm
Hi,

That worked a treat - thanks. Just out of curiosity - would it be better to add the code to the override.css?

Thanks,

Pritesh
User avatar
Gold Boarder

GK User
Tue Jun 04, 2013 7:07 am
If you have enabled this file then you can move it to the override.css file :)
User avatar
Administrator


cron