This topic has 4 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi,
We’ve added a table to a Static Block and added this to Footer 2 in the Widgets menu.
The contents of the Static Block seem to be displayed correctly but there is only one small problem, namely that there seems to be a line above the Static Block.
I’m guessing that this corresponds to the width of the table in the Static Block but the table itself does not have any borders.
Is it possible to get rid of this top border?
I’ve attached a URL in the Private Content section as the website is still under construction.
Thanks!
Hello,
Please add this code into custom.css file:
table td {
border-top: none !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
That’s great, thanks yet again Eva!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: display, seo friendly, static block, table, themes, woocommerce, wordpress
The issue related to '‘Table/Static Block Display’' has been successfully resolved, and the topic is now closed for further responses