Title: Problem with image box
Last modified: February 25, 2023

---

# Problem with image box

 *  Resolved [lebban99](https://wordpress.org/support/users/lebban99/)
 * (@lebban99)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/problem-with-image-box/)
 * 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](https://wordpress.org/support/users/yogajegstudio/)
 * (@yogajegstudio)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/problem-with-image-box/#post-16508042)
 * Hi [@lebban99](https://wordpress.org/support/users/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.
 *     ```wp-block-code
       .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](https://wordpress.org/support/users/pradnyajegstudio/)
 * (@pradnyajegstudio)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/problem-with-image-box/#post-16596671)
 * 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.

 * ![](https://ps.w.org/gutenverse/assets/icon-256x256.gif?rev=3132408)
 * [Gutenverse - WordPress Blocks, Page Builder & Site Editor](https://wordpress.org/plugins/gutenverse/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenverse/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenverse/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenverse/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenverse/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenverse/reviews/)

## Tags

 * [floating](https://wordpress.org/support/topic-tag/floating/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [image box](https://wordpress.org/support/topic-tag/image-box/)

 * 2 replies
 * 3 participants
 * Last reply from: [Pradnya](https://wordpress.org/support/users/pradnyajegstudio/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/problem-with-image-box/#post-16596671)
 * Status: resolved