Remove space from tables.

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
Tue Apr 16, 2013 8:58 pm
Reply with quote
Report this post
I would love to not use tables, but I don't know css... :blush:

The problem is this, when I past the html laid out with tables into my article it appears to be correct except for a large amount of space between the cells.

http://www.fonsanimi.com/casadelpapel/i ... tos/libros

It should look more like:
http://www.fonsanimi.com/casadelpapel/n ... ables.html

(note I did change the image location in the html version so they would view correctly, but the code is otherwise identicle).

This problem probaly isn't related to the template, but I am using the Publisher template.

Help would be greatly appreciated.
User avatar
Senior Boarder

GK User
Tue Apr 16, 2013 9:03 pm
Reply with quote
Report this post
Guess I'n not such a noob, just altered css/joomla.css and it's looking better.

Just gotta figure out what to put in the template overides section of the Givickpro template in the Joomla back end to make the change perminant..
User avatar
Senior Boarder

GK User
Tue Apr 16, 2013 9:10 pm
Reply with quote
Report this post
Quess I got ahead of myself with congratulations. I reduced the bottom margin in the tables section of joomla.css but the is still a ton of space.

What do I need to do? Am I close?
User avatar
Senior Boarder

teitbite
Wed Apr 17, 2013 3:51 pm
Reply with quote
Report this post
Hi

You can reduce paddings with css, but it will not solve Your problem. I think gaps You are talking about are empty table cells. Unfortunately there is no way to prepare a css code which will be able to work only with empty cells. Please try add this code to override.css file (remember to allow using of override in template settings).

Code: Select all
#page-wrap tbody tr td {
    padding: 0;
}
User avatar
Moderator


cron