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

    I recently added a floating class where the icon sits on top of the column box.
    https://kriesi.at/support/topic/custom-image-float-style-css/

    It looks great on desktop. However on mobile, they were overlapping each other.
    How can I increase vertical padding to avoid this issue on mobile?

    #668846

    Hey gerardbao,

    Thank you for using Enfold.

    Replace the css code with the following:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    .avia_textblock.icon-offset {
        margin-top: -86px;
    }
    }

    Best regards,
    Ismael

    #668867

    Awesome. Worked like a charm. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Overlapping floating icon on mobile’ is closed to new replies.