Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23682

    Hi,

    Is there a way of reducing the hight of table cells so I could have a more compact table ? Current default table hight is a bit too high for the project I am using it for. Please help

    MK

    #120769

    Hi,

    Define the table padding on your custom.css or Quick CSS.

    .pricing-table > li {
    padding: 9px 12px;
    }

    You can change that to

    .pricing-table > li {
    padding: 2px 12px;
    }

    Regards,

    Ismael

    #120770

    how about the other tables? any code to adjust their output?

    Thanks

    MK

    #120771

    To be more specific I am using an event script that generate schedule and tables automatically. The cells generated are some how too big in size. I would have love something more compact. What is the default table used by enfold and also what are the code I need to apply to control the look and feel of these generated tables?

    Also if i want to remove the borders of the table ( vertical and horizontal lines) what would be the code to do that? Can this be applied to specific table or it affects all the table?

    you can see what I am talking about here: http://tinyurl.com/p9ek8tn

    Thanks

    #120772

    Hi,

    You can find all the default table style on base.css, #Table.

    Regards,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tables – enfold’ is closed to new replies.