Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Problems with grid-layouts post elements

Home / Forums / Kadence Theme / Problems with grid-layouts post elements

This topic is: Awaiting Feedback
[Awaiting Feedback]
Posted in: Kadence Theme
  • This topic has 1 reply, 2 voices, and was last updated 3 years ago by Eze.
March 22, 2023 at 4:53 am

After the last update for the Kadence theme to version 1.1.33 strange shadow boxes and padding appeared on the website!

We had to fixed this with some css updates:

.grid-cols { row-gap: 0px !important; }
.loop-entry .entry-content-wrap, div.wp-block-kadence-posts .loop-entry .entry-content-wrap {padding: 1rem;}
.entry.loop-entry, .wp-block-kadence-posts .entry.loop-entry {box-shadow: 0px 0px 0px -10px rgba(0,0,0,0.05); }

  • The forum ‘Kadence Theme’ is closed to new topics and replies.