Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #364269

    Hi, this seems to be more of an issue with Chrome, since it’s being displayed perfectly on firefox and IE. But what happens is on chrome, the width of the columns is not even, this leads to some of my buttons looking different to the others (eg. Some of the buttons shows up as two rows of text while some are just one row of text). I’ve tried making the table ‘scrollable’ or ‘automatically fit screen’ but it still shows up unevenly on chrome. Any ideas is appreciated.

    #364540

    Hi shoo!

    Thank you for using Enfold.

    You can decrease the font size of the button then specify the width of the table cells:

    .avia-data-table .avia-center-col {
    text-align: center;
    width: 10%;
    }
    
    .avia-button.avia-size-small {
    font-size: 12px;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.