Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #560369

    Hi there,

    On IOS tablet, both portrait and landscape version there is no padding on the website.. So the sides touch the edges of the device.

    What would be the best way to fix this?

    Thanx!

    #560561

    Hey Ben!

    Please try the below code in the Enfold Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 989px) {
    	.responsive .container {
        	padding: 0 2em;
    	}
    }
    

    Best regards,
    Vinay

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