Tagged: row height, table
Hi there!
I have tried to add this code that I found in a previous support thread but it has no impact on the row height
.pricing-table li {
min-height: 30px;
}
I am also having a problem where some of the text in the second column which is set as a default column is appearing bold, some of it is not.
And I have added custom CSS so that there is a border but the border is not displaying on the first top cell? It does display on the rest though?
I want the table to be tight and tidy like the example included below in private content.
Are you able to assist please?
Hey digitalalso,
Please try to keep one question to a single thread, it becomes difficult for us to help you otherwise. Like I wrote to you in the other thread I’m not sure exactly what you are looking to change on the page. Is it the grey/maroon area under the header you are referring to?
Thanks,
Rikard
I ended up adding all of this code and it worked how I wanted it to – I found that I had to refresh and purge the caches several times for it all to reflect correctly though – refer http://excedocontracting.com.au/portfolio-item/yagan-square/
#top .avia-table, #top .avia-table td, #top .avia-table th, #top .avia-table tr {
background: #ffffff !important;
}
#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
border-color: #000000;
}
#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
border-left: none !important;
border-right: none !important;
}
.pricing-table li {
min-height: 30px;
}