Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #399824

    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

    #399996

    Hey Munford!

    It looks like 80×80 on my end, did you get it fixed? http://imgur.com/eDbeRGn

    Regards,
    Rikard

    #400642

    The images are 80×80 but there is extra padding or margin on the bottom
    ??

    #400652

    Hi N!

    Please add following code to Quick CSS

    #tablepress-18 td.column-1 {
    padding-bottom: 0;
    }

    Regards,
    Yigit

    #400655

    thanks! could not figure that out.
    If I want it to apply to all the tables do I just leave out the “-18” ?

    #400656

    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

    #402555

    thanks!
    #Teamkriesi !

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘image padding in table’ is closed to new replies.