[Support request] Problem with Stackable Blocks Plugin

Home Forums Support [Support request] Problem with Stackable Blocks Plugin

Home Forums Support Problem with Stackable Blocks Plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1004579
    Harry

    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….

    #1004585
    David
    Staff
    Customer Support

    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;
    }
    #1004633
    Harry

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

    #1004699
    David
    Staff
    Customer Support

    Glad to be of help.

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