Title: Fix Image
Last modified: February 1, 2020

---

# Fix Image

 *  Resolved [alcercos](https://wordpress.org/support/users/alcercos/)
 * (@alcercos)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/fix-image-2/)
 * Hi, im trying to set a specific size height so that when any one upload a new
   image on it, it will not move the configuration of the page. It has to go full
   width and height of 330px. Also, I don’t want that the text underneath moves 
   from it actual position with a new image size.
 * Thank you very much.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffix-image-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Sabina – ThemeGrill Support](https://wordpress.org/support/users/saudensabina/)
 * (@saudensabina)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/fix-image-2/#post-12391879)
 * Hey,
 * You may go to your **Dashboard > Appearance > Customize > Additional CSS**
    Add
   this:
 *     ```
       .page-id-759 .imagen-holding img {
           width:100%;
           height: 330px !important ;
           object-fit:cover;
       }
       ```
   
 * Good Day
 *  Thread Starter [alcercos](https://wordpress.org/support/users/alcercos/)
 * (@alcercos)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/fix-image-2/#post-12421826)
 * Work perfect!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fix Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flash/1.4.12/screenshot.jpg)
 * Flash
 * [Support Threads](https://wordpress.org/support/theme/flash/)
 * [Active Topics](https://wordpress.org/support/theme/flash/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flash/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flash/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [alcercos](https://wordpress.org/support/users/alcercos/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/fix-image-2/#post-12421826)
 * Status: resolved