Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #441151

    Hi team,

    all of a sudden, the portfolio preview images on the frontpage of http://www.justcom.de shrink to an unvisible size from ipad landscape to smartphones. On smartphones, you won’t see any image anymore:

    http://www.justcom.de

    Can you please check why? I can’t find the mistake and it’s very urgent! :(

    Cheers,
    Jan

    #442208

    Hey Jan!

    Thank you for using Enfold. Sorry for the delay.

    I think it’s because of the grid padding.

    .grid-image img {
      padding: 0 50px;
    }

    Use css media queries to adjust the padding on different screen sizes.

    Regards,
    Ismael

    #442326

    Hey Ismael,

    thank you very much. :)

    Cheers,
    Jan

    #442335

    Hey Ismael,

    no I updated to WP 4.2.2 and the latest enfold and this happended with the portfolio grid:

    http://www.justcom.de

    Please help me one more time ASAP!!

    Cheers,
    Jan

    #442896

    Hi!

    Please check this code:

    @media only screen and (max-width: 1279px) {
    .grid-image img {
      padding: 5 50px;
    }}

    Add the px after the value 5.

    Cheers!
    Ismael

    #443035

    Hey Ismael,

    ah, my mistake. Thank you! :)

    Cheers,
    Jan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shrinking Portfolio grid images’ is closed to new replies.