Hi Enfold,
is ist possible to get the Icon Grid Flip Box in 2 Columns?
i found the file icongrid.php- and there i try to modify- but not working correct.
Have you a solution?
Thank you
Hey siteraum,
What do you mean exactly in 2 columns?
Can you give us a design sample, maybe a screenshot?
Best regards,
Basilis
Hi,
Yes, that’s possible. Just add this css code in the General Styling > Quick CSS field.
.avia-icongrid-numrow-3 li {
width: 50%;
}
Turn on the custom css class field if you don’t want the modification to be applied on every icon grid element.
Best regards,
Ismael
I’m just testing this view, so I found it useful to mention
..also , don’t forget adapt for responsive view (all screens) :
@media only screen and (max-device-width: 480px) {
.avia-icongrid-numrow-3 li {
width: 100%;
}
Cheers ;)