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

    Hi,
    on a website I built for a client (well, sort of ;-)) I put 4 icon boxes into a gridrow. Everything works fine and as supposed to. However, when you see that in a mobile version it looks a little weird:

    https://www.amazon.de/clouddrive/share/DOqDj7tZopiev8GaNj6B3RsWq2qV9qxyr6QGyliPbuc

    Edit: it seems I cannot ewmbed images, so I hope the link above helps.

    Is it possible to left align all these icon box elements only in the mobile version? I couldn’t figure out how to do that and failed with the custom CSS, any help would be much appreciated. The link to the website is in the private content.
    Thank you very much,
    Tania

    • This topic was modified 3 years, 6 months ago by TF_Photography. Reason: No image embedded
    #1300038

    Hey TF_Photography,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .iconbox {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #1300171

    Hi Rikard,

    thanks a lot, that was exactly what I needed :-))

    Best regards
    Tania

    #1300453

    Hi Tania,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1300476

    Hi Rikard,

    thanks a lot, this thread can be closed. Thanks!!

    Best regards
    Tania

    #1300636

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icon-Boxes in Gridrow mobile alignment issue’ is closed to new replies.