Site logo

Archived topic

Problem with Stackable Blocks Plugin

3 replies · Started by Harry on September 9, 2019

Viewing posts 1–4 of 4

Hi
Im using GP Premium 1.83. Everything is perfect. Only one Problem...
Im trying to use the IMAGE BOX BLOCK from the Stackable Blocks Plugin.
When using the Generatepress Theme the Column Blocks overlap. In the Gutenberg Editor everything looks fine. But on the Homepage all Colums overlap each other.

The problem is Theme related. After change the Theme to WP NINETEEN everything is fine.
Really like Generatepress and i hope someone have an Solution or an Idea...

Thanks for your help
Harry

Page is under construction....

Hi there,

its actually to do with the plugin relying on Themes adding box-sizing properties to all elements on the site, which is what ( annoyingly ) WP themes do, which encourages lazy CSS development. Add this CSS to fix that:

.ugb-image-box__item {
    box-sizing: border-box;
}

Hi David
Thanks alot. You are the Best... Works perfect.
Your support is more than perfect.

Glad to be of help.

This archived topic is closed to new replies.