Im using a grid with 2 colls on desktop, on mobile it squeezes them rather than just showing one coll.
Is there a quick fix?
Hey Jonas,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) {
.responsive #top #wrap_all .slide-entry {
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
Hope this helps :)
Best regards,
Nikko
Hi NIkko,
thanks a lot, verry nice.
Hi,
Glad we could help, let us know if you need further assistance :)
Best regards,
Nikko