Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #432006

    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:
    vertical ipad layout
    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…

    #432008
    #432548

    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

    #432706

    Perfecto! Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Vertical Layout on iPad makes columns overllapse each in 1/5 3/5 and 1/5 layout’ is closed to new replies.