• Resolved boeellis

    (@boeellis)


    Dear Friend,

    I have a table here https://www.bostoncpcenter.com… It looked just how I wanted it, but when I ran the update for the plugin, I lost my formatting… I have worked with the the FAQ and the custom CSS and have not gotten the results I want…

    1) If I leave “Default CSS” checked in front end options, only the first line of my custom CSS takes… ?

    2) If I uncheck “Default CSS” in the front end options, my custom CSS works but the table width shrinks… I am looking for 980 pixels total or 245 pixels per column… And when I added the code to set cloumn width, it did not work…

    Thank you for helping…

    Sincerely,

    Boe

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Boe,

    the reason why the “Custom CSS” is not working likely is this: You are not closing the CSS commands properly. Each CSS command needs the closing } at the end.

    Dummy example, note the location of the }:

    .wp-table-reloaded {
      foo: bar;
    }  <---- this is missing in your code several times

    Once you add that everywhere, the code will be working.

    Regards,
    Tobias

    Thread Starter boeellis

    (@boeellis)

    Dear Tobias,

    Thanks so much… You are very kind, I have made the change… and yes, it works!…

    Sincerely,

    Boe

    Hi Boe,

    very nice, thanks for the confirmation that this worked ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] More Formatting Help?’ is closed to new replies.