Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #482421

    Hello, I had a couple of questions before regarding this topic and the support team helped me as well.

    I just have an issue on mobile.

    I added custom icons via fontello, and placed with a quick css code provided by your support team.. I added some extra features to have more space between each icon.

    The problem comes on mobile;

    1- Can I decrease the size of the icons just on mobile so they don’t overlap between them?
    2 – Or have a larger gap between them on mobile so they don’t overlap themselves?

    Regards!

    #482880

    Hi Armando!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .inner_sort_button:after {
        font-size: 50px;
    }}

    Best regards,
    Yigit

    #483515

    Awesome! thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icons on mobile masonry navigation’ is closed to new replies.