• Resolved evabo

    (@evabo)


    Hi!
    I am using Stackable, and like the many options of the plugin. I have a question regarding the image box. I am using it with 4 columns, but I don’t understand how I can prevent the image overlay form overlapping. I would like to know how I can add some space between the images, as shown on the demo page.
    Thank you!
    Eva

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor gambitph

    (@gambitph)

    We have been trying to replicate the issue in our end, but the problem doesn’t happen. But as we’ve checked the link that you gave, we saw the issue on your Image Box. Your image extends on the container of the block. To prevent that from happening you can add some custom CSS code on your customizer.

    Here’s the custom CSS code:

    .ugb-image-box .ugb-image-box__item {
    	width: auto;
    }

    Please let us know how it goes. ??

    Thread Starter evabo

    (@evabo)

    Hey, yes this does the trick!
    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image box overlay and width’ is closed to new replies.