Home › Forums › Pro Version › Breakpoints help — Overlapping on Firefox & Landscape Mobile › Reply To: Breakpoints help — Overlapping on Firefox & Landscape Mobile
August 12, 2015 at 4:00 pm
#6739
Keymaster
Hi Beth,
Please use this css and it should fix your issue.
@media only screen and (max-width: 639px) and (min-width: 321px) {
.wmle_container.responsive .wmle_item_holder.col2{width:100%}
}
Thanks