• Resolved michael8t6

    (@michael8t6)


    I’m trying to make the float share appear towards the top of the page instead of at the bottom as it overlaps a close box for another plugin. I’ve edited the css in dev mode and have managed to make it appear towards the top but when I append it to my child css file, something is overwriting it. Making it appear towards the bottom still, the css I’m using is:

    @media screen and (max-width: 783px) .the_champ_bottom_sharing {
    top: 55px!important;
    }

    Which makes it appear perfectly in dev. Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Following is the correct CSS:

    @media screen and (max-width: 783px){
        .the_champ_bottom_sharing{
            top: 55px!important;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to make float share appear at top of page for mobiles?’ is closed to new replies.