• Resolved susie190

    (@susie190)


    Is there any way to get the buttons all to be at the same height, so all the boxes look uniform?
    For instance all of them at the bottom of the widget, or a certain amount of space from the bottom of the longest description?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter susie190

    (@susie190)

    For now, I’ve attempted to achieve it by adding more blank enters space at the bottom like this.

    button”

    But it does not work quite as well as I’d like and the spacing changes depending on if you are on a desktop or mobile device, so it is not uniform across all devices.
    Plus if I edit the text at all, the spaces at the end have to be redone to line it back up, it seems.

    Plugin Contributor smokehunt

    (@smokehunt)

    Hi @susie190 Please remove all blank spaces then add the below code into Custom CSS:

    .ultimate_carousel_btn {
        position: absolute;
        bottom: 20px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button height’ is closed to new replies.