Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Acurax Technologies

    (@acurax)

    Hello,

    Thanks for being with us.

    It looks like, when screen size is below 800px, your theme is adding a css style padding-top to 42px for the html tag.

    Thats what breaking the auto calculation of position of the floating social media icon. Here is a fix.

    If your theme support custom css, add the following code to it.

    @media (max-width: 799px) {
    #divBottomRight {
        margin-top: -42px !important;
    }
    }

    Or you can install any plugins which allow you to add custom css to the wordpress site. and Add the above code.

    Let us know if there is any questions.

    Thread Starter sachin_pujar

    (@sachin_pujar)

    Hi Team,

    Thanks for updates. It is working fine.

    Thanks,
    Sachin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Floating icons too low on the page in mobile devices’ is closed to new replies.