Home › Forums › CSS › Responsive problem on landscape tablets only › Reply To: Responsive problem on landscape tablets only
June 30, 2015 at 5:39 am
#204405
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!