After latest Newspaper update text is too close to gallery

Posted in: Newspaper
Post count: 200

After the latest update text is too close to gallery. Hopefully, that would be fixed with a new update?
Example: https://mkuubis.ee/2022/mario-strikers-battle-league/


https://imgur.com/gNkAoF8

  • This topic was modified 4 years by Edragon.
Post count: 21065

Hello!

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

.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad) {
margin-bottom: 20px;}

Hope that helps you!

Thank you!

Post count: 200

Thank you but the question is are you guys going to fix it in the next update?

Also, that code is broken 🙂

  • This reply was modified 4 years by Edragon.
Post count: 21065

Hello!

The request is on our investigation list!
Try with important like this:

.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad) {
margin-bottom: 20px!important;}

Thank you!

Post count: 200

Any new information about it when it would be fixed?

NB! Previous suggestions do not work

Post count: 21065

Hello @Edragon!

Unfortunately, I do not have any ETA, sorry.

Try this code:

figure.wp-block-gallery.has-nested-images {padding-bottom: 20px!important;}

Thank you!

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