Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive problem on landscape tablets only

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204049
    Electrik
    Participant

    favorite

    This isn’t strictly a WordPress problem, but it is a problem happening with a WordPress site and I’m getting desperate for an answer.

    I’m building a custom theme and am having a problem when it comes to the responsive homepage when the site is viewed in landscape on a tablet (iPad or Android). It is working fine in every other view and every other page is fine.

    The page loads, then the slider is inserted, then just at the last moment a margin appears on the right and pushes the page out of alignment. It does the same thing no matter what slider plugin I use. I have spent hours investigating the css with developer tools in both Firefox & Chrome with no success and have run out of ideas.

    Can someone PLEASE help!!! :-)

    This is the dev site

    Thanks in advance

    Simon

    #204405
    Electrik
    Participant

    Apologies for the delayed thanks, Senff!

    I ended up using this:

    .flexslider {
      overflow: hidden !important;
    }
    

    I tried adding initial-scale=1 to the viewport meta, but it through a lot of stuff out of alignment. I should probably have had that in there to start with. Thanks again for the response!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.