Reply To: SquareOne background images not sizing properly on iPad and iPhone

Homepage Community Forums SquareOne Theme Support SquareOne background images not sizing properly on iPad and iPhone Reply To: SquareOne background images not sizing properly on iPad and iPhone

#14811
Wes
Moderator

    Let me know once you’re able to check the demo on your end – http://demo.appfinite.net/squareone/

    Also, let me know what device you’re using just so I can make sure.

    Here is what I added in the 1140px responsive section of the css –

    /* Desktops, laptops and iPads (landscape)
    --------------------------------------------- */
    
    @media only screen and (max-width: 1140px) {
    
    	.head-bg,
    	.home-feature-1,
    	.home-feature-2,
    	.home-feature-3,
    	.home-feature-4,
    	.home-feature-5,
    	.home-feature-6,
    	.home-feature-7,
    	.footer-widgets {
    		/*-moz-background-size: auto;*/
    		/*-webkit-background-size: auto;*/
    		background-attachment: scroll;
    		/*background-position: center;*/
    		/*background-size: auto;*/
    	}
    
    }
    

    I removed the other parts of the code from the responsive section since the above code fixes the issue.