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

    Dear Kriesi!

    I have a table on my page: http://www.onfejlesztoter.hu

    Sometimes the cells don’t appear in the same size:
    https://drive.google.com/file/d/0B19WV53D7jS5MzZHSVlNcDQzd1k/edit?usp=sharing

    Earlier we talked about this problem, then I got this code, but now it doesn’t work:
    .pricing-table.avia-highlight-col .first-table-item { min-height: 550px;}

    My short code contains the following codes in connection with the table section (maybe help for you):
    body .column-top-margin {
    margin-top: 0;}

    .pricing-table li {
    background: #fcfcfc !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    }

    How can I set, that the cells always appear in the same size?

    Thank you!

    Regards:
    Robi

    #251582

    Hi caroberto6!

    I checked your website on Chrome, Firefox and Safari and they appear the same size on my end – http://i.imgur.com/OOaEjtS.png
    Which browser and OS are you using? Have you tried flushing browser cache after applying custom CSS code?

    Best regards,
    Yigit

    #251654

    Hi Yigit!

    If you decrease the width of explorer’s window, in a certain size (when the text is in three row in the right cells, and it is two row in the left cells), you can see the problem. On a computer is not problem, but if I look the web site on a 7 ” tablet, the cells appear in diffrent size.

    Thanks,
    Robi

    #252469

    Hey Robi!

    Try adding this code to the Quick CSS:

    .home .pricing-table li {
        min-height: 280px !important;
    }

    Cheers! 
    Josue

    #253047

    Hi Josue,

    Thank you very much, your code works perfectly!

    Regards!

    Robi

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