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!
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