Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1037519

    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

    #1038280

    Hey siteraum,

    What do you mean exactly in 2 columns?
    Can you give us a design sample, maybe a screenshot?

    Best regards,
    Basilis

    #1043977
    This reply has been marked as private.
    #1046125

    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

    #1146094

    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 ;)

    #1146153

    Hi Darebvk,

    Thanks for sharing, it’s much appreciated :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.