• Resolved lebban99

    (@lebban99)


    Hi, I’m using the image box from gutenverse with floating style. I would like to know if there’s any way to make the height of the box to fit the description text without having to put the height manually.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yoga

    (@yogajegstudio)

    Hi @lebban99

    It’s recommended to set the height manually.
    You can also add this custom css below in Dashboard->Appearance->Customize->Additional CSS, but the result might not be perfect because of the hover animation affected by the height.

    .gutenverse-image-box.style-floating .body-inner {
        height: auto;
        max-height: 90px;
        transition: all 0.4s ease-in-out;
    }
    
    .gutenverse-image-box.style-floating .body-inner {
        height: auto;
        max-height: 1000px;
    }

    Let me know if you still have any question.

    Pradnya

    (@pradnyajegstudio)

    We haven’t heard from you in a long time. We will close this topic. Please create a new topic if you still have questions or need further assistance.

    Thank you

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