-
AuthorPosts
-
April 9, 2018 at 3:24 pm #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
April 10, 2018 at 5:53 am #939576Hey chalbo73,
Please try this instead:
td { border:none !important; }Best regards,
RikardApril 10, 2018 at 11:21 am #939782Hello,
Thank you for your answer but it does not work.It’s very weird ..
April 11, 2018 at 12:50 am #940112Hi,
Please add
td {
border-collapse: collapse;
}and let us know if that works please.
Thank you
Best regards,
BasilisApril 11, 2018 at 1:56 pm #940498Hi
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;
}April 12, 2018 at 1:45 pm #940942Hi,
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,
RikardApril 13, 2018 at 8:37 am #941334Hi
It’s really weird, here’s what I see on my computer and my phoneApril 13, 2018 at 4:21 pm #941585Hi chalbo73,
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaApril 23, 2018 at 2:10 pm #945404Hi
I tried but it did not change anything. Now it appears as it should on my screens …
Thank you !April 25, 2018 at 3:27 am #946356Hi,
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,
IsmaelApril 26, 2018 at 2:30 pm #947295Yes 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 dayApril 28, 2018 at 8:52 pm #948446Hi,
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 -
AuthorPosts
- The topic ‘Problem with table’ is closed to new replies.
