Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #971318

    Hello,
    I have used the tablepress plugin to show tables on my pages, but all of the table look not right. You can check what I mean by clicking on this page. http://mee.aripang.com/eb-5/#tab-id-3
    Far left line width is not uniform, and far right doesn’t have the line. https://imgur.com/a/FoJXEUX
    Is it because of the plugin conflict with other plugin or theme, and I shouldn’t use this plugin, and use others? If so, what would be the best way to show right table on my pages?
    Thanks,
    Austin

    #971997

    Hey ohmani,

    Thank you for using Enfold.

    It’s a styling issue. The theme has its own table element and the style of that particular element is being applied to the plugin’s table. How would you like the table to look? Do you want to remove the border? You can use a css like so.

    tr th:first-child, tr td:first-child {
        border: 0;
    }
    
    .tablepress tbody td, .tablepress tfoot th {
        border-top: 0;
    }

    Best regards,
    Ismael

    #975371

    Hello,
    Thank you for the quick and relevant response.
    I applied the code you gave me, but there is still the line here. https://imgur.com/a/GBu6b35
    I want also to get rid of this line.
    Thanks,
    Austin

    #975539

    Hi,

    Please purge the cache and try again, I can see the code not added. :)

    Thank you!

    Best regards,
    Basilis

    #975576

    Hello
    I added the code here https://imgur.com/a/rfDPNwp
    I did what you want me to to, but still have the line.
    Thanks,
    Austin

    #975852

    Hi Austin,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .tablepress thead th {
      border-top: none;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1074897

    Hi, I have a similar issue when using Tablepress. Most vertical borders and also the bottom border aren’t showing.
    Below I’ve placed a direct link so you can check it.

    Tahnk you for your assistance

    #1076140

    Hi,

    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Basilis

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