I have a problem with 4 columns layout on tablets. It shows item messily.
I have taken a screenshot of this problem.
http://i65.tinypic.com/90ampf.jpg
And the page is: http://www.webpluss.no/
Hey tennetno,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 989px) and (min-width: 768px) {
.page-id-17 .avia-builder-el-30,
.page-id-17 .avia-builder-el-31,
.page-id-17 .avia-builder-el-33,
.page-id-17 .avia-builder-el-35 {
clear: none !important;
width: 25% !important;
margin: 10px 0 0 !important;
}
}
Best regards,
Nikko