Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #686937

    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?

    #687872

    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

    #698687

    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;
    }

    #699476

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adjust table row height’ is closed to new replies.