When resizing the browser at the mobile view the first tile always fills the full width while the others take up half the row. Would appreciate if you could take a look at it. THANKS!
Hey webcrab,
I have checked the link you gave I only see it in fullwidth when viewing on mobile device or trying to resize the browser. Is this already fixed? if not can you please post a screenshot on how it looks on your end?
Best regards,
Nikko
Hi and thank for the fast reply. Here is a screenshot of the problem I am describing. I want alle tiles to be the same size on MObile View ( there should be 2 in a row ) . Atm the first one is wide as the two beneath it.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top #wrap_all .grid-sort-container .flex_column.isotope-item {
width: 100% !important;
position: static !important;
margin-bottom: 20px !important;
}
}
Hope this helps :)
Best regards,
Nikko