• Resolved Zougou

    (@zougou)


    Hi,

    I’m using the Image button widget, and I’d like to remove the white space at the bottom of the widget so that the image takes full height of the column.
    The height of white space takes 7 pixels, no matter what I do.
    https://zupimages.net/viewer.php?id=19/50/alj1.jpg

    I don’t think this is a misconfiguration of section/column, because if I put the basic elementor image widget, all works fine (no white space)

    Got an idea how to solve that ?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Zougou

    (@zougou)

    Hi,

    Just find out where the white space is coming from.

    .premium-image-button {
        overflow: hidden;
    }

    If I change to overflow:visible in CSS child, the white space disappear.
    But then the hover effect (diagonal slide) isn’t anymore restricted in the image button area…

    Plugin Author Leap13

    (@leap13)

    Hi Zougou,

    Hope you’re doing great today ??

    Could you please check again after adding this CSS line into your page ?

    a.premium-image-button { 
    	display : block;
    }

    Regards

    Thread Starter Zougou

    (@zougou)

    Awesome, you just made my day ??
    Thanks a lot !

    Plugin Author Leap13

    (@leap13)

    You’re most welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image button – remove space at bottom’ is closed to new replies.