Tagged: image padding
hi guys
on this page: http://andes-world-travel.flywheelsites.com/climbing-2/
in the table under CLIMBING IN COLOMBIA – I have had a problem with the images in the first column. Some of them seem to have an extra bit of padding underneath, even though they are set in as 80×80 px. The table press guy has not been able to figure it out, but maybe you can? It looks like from the 3rd image down the image is set in an 80×86 box for some reason. ???
you rock Yigit.
N
Hey Munford!
It looks like 80×80 on my end, did you get it fixed? http://imgur.com/eDbeRGn
Regards,
Rikard
The images are 80×80 but there is extra padding or margin on the bottom
??
Hi N!
Please add following code to Quick CSS
#tablepress-18 td.column-1 {
padding-bottom: 0;
}
Regards,
Yigit
thanks! could not figure that out.
If I want it to apply to all the tables do I just leave out the “-18” ?
Hi!
Using “td” as selector should apply the changes globally but if you need to apply to only Tablepress tables, please use
.tablepress td { padding-bottom: 0; }
Best regards,
Yigit
thanks!
#Teamkriesi !