Tagged: background Images, grid row
Hi,
the background images in the grid row are displayed too small on larger screens (Eizo Color Edge 27, resolution 2560×1440).
Is there a way to increase these via CSS?
Best regards,
Soltner
Hey soltner,
Thanks for the screenshot and the link to your page, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (min-width: 2060px) {
#top.home .flex_cell.av_one_half {
background-size: cover;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Mike,
perfect, works perfectly :-) thanks for the help, great Support!
Best regards,
Soltner