Padding-spacing from images to borders cells
-
Hi! First of all, thanks a lot for your plugin, it is being very very useful for my new web page project.
My problem is something related to spacing and images. I think I have read everything in the support, but I still don’t know how to do that. I attach you an image:
The upper one is what i get, and the second one is what i am trying to get :P. I want to make the header row narrower, so I have to specify the spacing between the images and the cells, but even doing this I get no results.
These is my common table style:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. Don’t use block quote. ]
.tablepress { font-family: Open Sans; } .tablepress tbody td { margin: 0; padding: 1px; } .tablepress img { margin: 0; padding: 0; } .tablepress .column-1, .tablepress .column-2, .tablepress .column-3, .tablepress .column-4, .tablepress .column-5, .tablepress .column-6, .tablepress .column-7, .tablepress .column-8, .tablepress .column-9, .tablepress .column-10, .tablepress .column-11 { vertical-align: middle; text-align: center; } .tablepress .row-hover tr:hover td { background-color: #b0b0b0; } .tablepress thead th:first-child { border-top-left-radius: 10px; } .tablepress thead th:last-child { border-top-right-radius: 10px; } .tablepress tbody tr:last-child td:first-child { border-bottom-left-radius: 10px; } .tablepress tbody tr:last-child td:last-child { border-bottom-right-radius: 10px; } </blockquote> And this is the specified one: <blockquote>.tablepress-circuitos { font-size: 12px; } .tablepress-circuitos .column-1 { font-size: 14px; } .tablepress-circuitos .column-3, .tablepress-circuitos .column-4, .tablepress-circuitos .column-5, .tablepress-circuitos .column-6, .tablepress-circuitos .column-7, .tablepress-circuitos .column-8, .tablepress-circuitos .column-9, .tablepress-circuitos .column-10 { font-weight: bold; font-size: 14px; } .tablepress-circuitos thead th { background-color: #e4560a; color: #ffffff; } .tablepress-circuitos tfoot th { background-color: #e4560a; color: #e4560a; font-size: 1px; } .tablepress-circuitos .column-1 { font-weight: bold; background-color: #e4560a; color: #ffffff; width: 200px; } .tablepress-circuitos .column-2 { font-weight: bold; background-color: #ec8953; color: #ffffff; }
Thanks a lot for your help in advance. I really have tried to do it in a lot of different ways, but i can’t get any result.
- The topic ‘Padding-spacing from images to borders cells’ is closed to new replies.