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

    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

    • This topic was modified 2 years, 3 months ago by soltner.
    #1348583

    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

    #1348890

    Hey Mike,

    perfect, works perfectly :-) thanks for the help, great Support!

    Best regards,
    Soltner

    #1348903

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.