Image Picker: How to avoid images containers to have different height?

  • missgeorgia
    Asked on April 19, 2017 at 4:44 PM

    I'm using the Image Picker widget, and there seems to be a spacing issue with titles that are longer than others. See form. How can I fix this?

  • Kevin Support Team Lead
    Replied on April 19, 2017 at 7:55 PM

    This seems to happen due to the fact that some images have different height values, to resolve the issue you will need to set up a fixed height for all the containers. 

    This CSS code will help you doing it: 

    .imageContainer.blocks {

        height: 165px;

    }

    To inject the code, please click on the widget and wizard icon, once there go to the Custom CSS tab and paste the given code there: 

    Image Picker: How to avoid images containers to have different height?  Image 1 Screenshot 20

    Hope this helps.