Table border

Posted in: Newspaper
Post count: 12

Hi

I want to use the theme default table settings, currently in our website table is displaying with border refer screenshot here table border

But I want to display without border and less padding as per Newspaper default settings, like this image
table default

URL: shorturl.at/ijGMY

Not sure how it got changed, please help

Thanks

Post count: 12
Post count: 21065

Hello @rajeshkumar !

Which element from the TagDiv Composer did you use before? 

Thank you!

Post count: 12

Hi @Bettina

How to find the element info?

I am using table elements only

Thanks

Post count: 21065

Hello @rajeshkumar !

Please provide some screenshots/video and an URL with this element.

Thank you!

Post count: 12

Hi

Pleas find the URL https://shorturl.at/jorA5

Refer the table in this URL : https://imgur.com/a/8BVZsTH it is displaying in border and big padding

I want to display table like this : https://imgur.com/a/a4EHg6w

Thanks

Post count: 21065

Hello @rajeshkumar !

Add the CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.wp-block-table td, .wp-block-table th {
border: 1px solid lightgray!important;
padding: 0!important;}

Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.