Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #273867

    I have a problem with the enfold theme. on iPad one third of the screen on the right side is blocked by a large blue field. Can you help me.

    #273987

    Hey Tupolev!

    Can you post a screenshot of the issue you are having?
    I have checked your website on my iphone and tried resizing the window but i could not reproduce the issue on my end.

    Cheers!
    Yigit

    #274031
    This reply has been marked as private.
    #274050

    Hi!

    Please try deactivating all active plugins and check if that helps.

    Best regards,
    Yigit

    #274408
    This reply has been marked as private.
    #274476

    Hey!

    As far as i know @devin has an ipad. I have asked him to check your website. Let us wait to hear from him

    Best regards,
    Yigit

    #275650

    Hey!

    Its because you have this in your css:

    
    	/* iPads (portrait and landscape) ----------- */
    	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    		body { 
    			width: 495px; 
    		}
    	}
    

    You’ve forced the width smaller than what it should be naturally so its got a big empty space where the background is visible.

    Regards,
    Devin

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