Viewing 15 replies - 1 through 15 (of 19 total)
  • .wp-table-reloaded-id-2-no-1 {
    background-color: #CDCDCD;
    border-spacing: 1px;
    font-size: 8pt;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
    }

    put this in your table css and check

    Thread Starter Julian

    (@sevensupreme)

    Thanks for the response, but it didnt worked. Here is what i did:

    https://postimage.org/image/zd3d1zk1z/

    Is this correct?

    in your site how many table u r using. this is general table css
    if u use the more table then u use the main div id and then your table id for this if u give your site link then i give u perfect result..

    Thread Starter Julian

    (@sevensupreme)

    This is the only table i use.

    Thank you, i made a test page, here is the link:

    https://www.abitur-lernhilfen.de/biologie/testpage/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    likely, adding the !important keyword can fix this, as in

    .wp-table-reloaded-id-2-no-1  {
      border: none !important;
    }

    To really remove all borders (even in the table), please also see the FAQ at https://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/

    Regards,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi again,

    ah, never mind. I found the reason: You have been adding the CSS code into the “Extra CSS class” field, which is wrong. The CSS must go into the “Custom CSS” textarea on the “Plugin Options” screen!

    Now, additionally, you will need this, as what you see is actually the background color “shining through” between the cells:

    .wp-table-reloaded-id-2-no-1  {
      background-color: #ffffff !important;
    }

    Regards,
    Tobias

    Thread Starter Julian

    (@sevensupreme)

    Thanks, i made it with

    .wp-table-reloaded-id-2, .wp-table-reloaded-id-2 td, .wp-table-reloaded-id-2 th {
      border: none!important;
      border-collapse: collapse!important;
      border-spacing: 0px!important;
    }

    in the options dialog. The css of the table itself is empty! But it worked. How can i set it for all following tables? And how can i change the spacing among themselves?

    And how can i position the the whole table to the left? Its a little bit suspende rightwards.

    hi julian,
    u r using this in widget area and u change the general table what it give the result u r change it in your css in widget

    in your site see this code in css
    div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
    border: medium none;
    float: left;
    }

    u have to change this ok
    u have skype id then give i solve your problem

    for your tilel line no 641
    #inside-widgets h6.widgettitle {
    border-bottom: 1px solid #CCCCCC;
    color: #222222;
    font-family: ‘arial’;
    padding: 1em 0.3em 0.5em;
    text-transform: uppercase;
    }

    for your table li line no 655

    #inside-widgets ul li a, ul.txt li {
    color: #222222;
    display: block;
    height: 1%;
    line-height: 1.2em;
    padding: 6px 0 6px 8px;
    }

    Thread Starter Julian

    (@sevensupreme)

    I dont really understand.

    What do i have to change in this CSS-Files?

    hii julian…

    u have not pefect idea what u have to do u r give the test page and that page contaian the table in widget area the how i give u reply.
    i m giveing perfect answer but u use the table in your page then hoe it effect.
    first deside where u have to use the table in your site.

    Thread Starter Julian

    (@sevensupreme)

    Sorry for not beeing clearly. I dont want to waste your time. I try to make it myself! Thanks again to you both.

    hyy julian,
    what happen no sorry plz u r not waste my time this groupe is for solving this kind of problem .
    u give full description what u have and what u need u have not big issue for this problem just understanding mistake for both.

    NO Sorry Please

    Thread Starter Julian

    (@sevensupreme)

    Okay, here is my problem:

    https://postimage.org/image/x54m8ze9v/

    i solve problem for your test page.
    change the css that i give u but how i send u.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: WP-Table Reloaded] No border at all’ is closed to new replies.