Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Something seems to wrong with the loading of CSS and JS files on your site. The site is not loading the stylesheets for some reason?!

    Regards,
    Tobias

    Thread Starter Ruson

    (@ruson)

    No, I did not have any problems with this, style sheets are loading normally.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    hm, weird, on a different computer, everything’s loading now. Good 🙂

    To achieve this, please replace your current “Custom CSS” with this:

    .entry-content .tablepress td,
    .entry-content .tablepress th {
        border-top: 1px solid #cccccc !important;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    Regards,
    Tobias

    Thread Starter Ruson

    (@ruson)

    This is because I added !important to the code , yesterday =)

    Thank you! Your code works; however, I had to assign !important everywhere.

    .entry-content .tablepress td,
    .entry-content .tablepress th {
    	border-top: 1px solid #cccccc !important;
    	border-bottom: none !important;
    	border-left: none !important;
    	border-right: none !important;
    }
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    nice! Good to hear that this works now!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘First column responsive table’ is closed to new replies.