Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1168473

    hi,
    I would like to have the same height as all the elements of the portfolio how can I proceed?

    I tried with “Choose custom image size” but nothing changes …

    hel me, thank you

    #1168730

    Hey maxcoppeta,
    In your portfolio grid are you using the “manually set image size”?
    2019-12-23-062907
    typically they should be the same size, but perhaps because some of your images are in portrait mode it’s off some.
    We could use some css to adjust, but we would need to write a few rules for different screen sizes:

    @media only screen and (min-width: 1440px) { 
    a.grid-image img {
    	height: 361px !important; 
    	min-height: 361px !important;
    }
    }

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field and then clear your browser cache, and check.
    This is for desktop screen sizes.

    Best regards,
    Mike

    #1168816

    Perfect … thank you ;)

    #1168827

    Hi,

    Glad Mike could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘problem with "portfolio grid" height’ is closed to new replies.