Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #939262

    Hi

    I inserted an array html in the site, and I can not remove the border of the table, css even with the !important property.
    Here’s the code, what’s wrong?

    
    tr: first-child td {
        border-top-width: 0px! important;
    }
    tr th: first-child, first-child
        border-left-width: 0px! important;
    }
    
    td {
        border-width: 0px! important;
    }
    

    THanks

    #939576

    Hey chalbo73,

    Please try this instead:

    td {
      border:none !important;
    }

    Best regards,
    Rikard

    #939782

    Hello,
    Thank you for your answer but it does not work.

    It’s very weird ..

    #940112

    Hi,

    Please add

    td {
    border-collapse: collapse;
    }

    and let us know if that works please.

    Thank you

    Best regards,
    Basilis

    #940498

    Hi
    No it does not work ….
    When I check the code with google chrome, here’s what I see:

    td {
    border-width: 10px! important;
    }

    td {
    font-size: 13px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
    }

    #940942

    Hi,

    I just checked the URL you posted and I can’t see any borders in the table, what exactly are you looking to remove?

    Best regards,
    Rikard

    #941334

    Hi
    It’s really weird, here’s what I see on my computer and my phone

    #941585

    Hi chalbo73,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #945404

    Hi
    I tried but it did not change anything. Now it appears as it should on my screens …
    Thank you !

    #946356

    Hi,

    I tried but it did not change anything. Now it appears as it should on my screens …

    I’m not sure if this is fixed or not. Should we close this thread? :)

    Best regards,
    Ismael

    #947295

    Yes now it’s good, you can close the wire. I meant that I had already tried to clear the cache but it had not worked for several days and it ended up working!
    Have a good day

    #948446

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem with table’ is closed to new replies.