• Resolved frostyking

    (@frostyking)


    Look at the top row on tab 1011-152 – it’s grey.
    Look at the top row on tab 1011-172 – it’s white
    The table row striping alternates between tables. Is there a way to make the the white and grey rows appear on in the same order for each table?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hi @frostyking.

    Unfortunately provided link is not very helpful, because your website is under construction at this moment.

    “Row striping” option adds an automatic highlight for table odd rows.
    Let us know, do you have a described issue with the table, which has merged rows? It can be a possible reason of that issue.

    Thread Starter frostyking

    (@frostyking)

    Yes, the tables with the issue have merged rows. See the links
    table1.JPG
    table2.JPG
    table3.JPG
    table4.JPG

    sorry, my site cannot go live yet.

    Thread Starter frostyking

    (@frostyking)

    is there a fix for this?

    Plugin Author supsystic

    (@supsysticcom)

    Hi, @frostyking.
    Can you try to disable table row striping and then add this code to required tables CSS editor?

    #supsystic-table-33 .odd{
      background-color: #522252;   
    }

    This code should set background color for odd rows in required table. Please use required table id in #supsystic-table-33

    If you still have problems with rows striping, please contact us via internal support.

    Thread Starter frostyking

    (@frostyking)

    I was able to work with that. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘table row striping’ is closed to new replies.