Force Preview Table with Current Theme Style

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #12754

    stockpointer2
    Participant

    Hi,
    I like the Data Table plugin and may consider the pro version. However I’m wondering how can I force the style shown in the preview window with my website theme? I don’t like how the table displays with my website theme. I know it has to do with the CSS section. Can you paste the CSS code used for the preview window? Thanks

    #12755

    stockpointer2
    Participant

    I just paid the pro version:

    So can you show me an example of CSS code to:
    1) reduce the height of the rows
    2) remove the bold of the header
    3) overall respect the settings I chose on the settings panel for my table ID 1?

    http://stockpointer2.com/home

    Thanks

    #12759

    stockpointer2
    Participant

    Only one thing is missing of what I asked as I was able to figure out everything else this week end by trial and error:

    http://stockpointer2.com/home/

    How do I remove the white gaps between my text? The rows seems thick, I want them to be as slim as possible so my tables dont take too much space height-wise.

    I tried padding 0px, bordercollapse, height etc. but it still shows the rows to be thick.

    Can you send me an email and I will email you my login / pw so you can take a look at my table plz? It has to be a conflict with my SALIENT theme but I don’t know where (tr, th, td, etc.) to overwrite the code to make the row as small as possible.

    Thanks alot

    #12767

    Hi @stockpointer2

    You can try to use a lower font size or enable Compact option of the Style section at the Main Settings Tab – http://prntscr.com/ee214w

    If it won’t suit you, try the third variant:
    – Open your table at the main Settings Tab
    – Find “Styling” section
    – at “Responsive Mode” choose “Horizontal scroll”
    – Save settings.
    http://prntscr.com/edwqwx

    #12768

    stockpointer2
    Participant

    It doesn’t workI tried both the compact and the horizontal scroll, do you mind if I send you an email with my info and you can check it out quickly plz? Thanks

    The problem is the extra space shown on the pic below:
    Gaps

    I want the table to be squeezed out without that padding or whatever creates the white space.

    #12771

    Hi @stockpointer2
    You can change table size, for this paste next code in CSS Tab
    #supsystic-table-5 {
    width: 50% !important;
    }
    where 5 – is the table ID

    To change table padding you can use this code
    #supsystic-table-5 th, #supsystic-table-5 td {
    padding: 0 !important;
    }

    To change the column size use this code:
    }
    #supsystic-table-5 th:nth-child(1) {
    width: 26% !important;
    }
    #supsystic-table-5 th:nth-child(2) {
    width: 6% !important
    }
    Where child(1) is the first column
    If it will not suit your needs, please contact us via internal support with detailed description of the table appearance you want to get and we will help you to solve the issue.

    #12776

    stockpointer2
    Participant

    Hi Mila,
    I tried and it doesn’t work. I sent you an email with the details and the picture on how I need the table appearance to be. Thanks!

    #12794

    stockpointer2
    Participant

    I found the solution !

    #supsystic-table-5 th, #supsystic-table-5 td {
    padding-right: 5px;
    line-height: 17px;
    }

    Last question: How do I put CSS style on the description text? Thanks

    #12862

    Hi @stockpointer2

    In order to get needed style parameters for all your tables, please follow the next instruction:
    – In your WordPress admin area open Appearance Tab
    – Choose Editor tab
    – In the end of style.css file paste this code
    .supsystic-tables-wrap td {
    padding-right: 5px;
    line-height: 17px;
    }
    – And click “Update the file

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts