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 Reply To: Responsive problem on landscape tablets only

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