Skip Navigation

[Resolved] Styling table-based grid on a View

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user has a table based grid but wanted to remove the borders from that table.

Solution:

The table border is being added by your theme.

To overwrite this please use the following css.

.entry-content table{
border: none !important;
}
.entry-content tr td{
border-top: none !important;
}

Please let me know if this helps.

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by nichaS 6 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#614642
Screen Shot 2018-02-09 at 8.28.27 PM.png
Screen Shot 2018-02-09 at 8.29.34 PM.png

Hi,

I am trying to get rid of the table border and to get rid of the extra white space on the div element for the image returned by the DIvi builder. Please see more details in the attached image.

Can you please advice on how to do so?

#614668

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Nicha,

Thank you for contacting our support forum.

Would you mind providing me with a link to the page where this table is so that I can assist better with this.

Thanks,
Shane

#614670

Hi Shane,

It's the home page at hidden link

#614704

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Nicha,

The table border is being added by your theme.

To overwrite this please use the following css.

.entry-content table{
border: none !important;
}
.entry-content tr td{
border-top: none !important;
}

Please let me know if this helps.
Thanks,
Shane

#614958

Hi Shane,

Thanks for this. All good now.