Tagged: iPad
When watching the screen vertical on an iPad the formular in the centre overlapses the left column, when using a normal 1/5 3/5 1/5 design
As you can see in the picture:
web page is http://parking-valencia-airport.com/
Could anyone help me with this?
Already changed “Header Mobile Menu activation” to “Activate for Smartphones and tablets” with no results…
you can see the image here:
http://parking-valencia-airport.com/ipadvertical.jpg
Hi!
I see your problem, please try the following in Quick CSS under Enfold–>General Styling to see if it helps:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.page-id-734 div.av_three_fifth{
margin-left: 12% !important;
width: 50.8% !important;
}
}
Best regards,
Rikard
Perfecto! Thank you!