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:
Can you please check why? I can’t find the mistake and it’s very urgent! :(
Cheers,
Jan
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
Hey Ismael,
thank you very much. :)
Cheers,
Jan
Hey Ismael,
no I updated to WP 4.2.2 and the latest enfold and this happended with the portfolio grid:
Please help me one more time ASAP!!
Cheers,
Jan
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
Hey Ismael,
ah, my mistake. Thank you! :)
Cheers,
Jan