• thefinancialengineer

    (@thefinancialengineer)


    Hello,

    We have tried multiple plugins for creating a floating footer div (specifically, for social media buttons). However, WPTouch seems to be forcing all of them to stick to the bottom instead of floating as they should. Is there any quick CSS change that could resolve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thefinancialengineer

    (@thefinancialengineer)

    Bump

    Plugin Contributor WPtouch

    (@wptouch)

    Hi,

    This was discussed via e-mail, but for anyone else having the same issue, you can resolve it by adding the CSS below to <eme>Appearance > Customize > Custom CSS when editing the mobile theme.

    
    .page-wrapper.slideout-panel {
       will-change: auto;
    }
    

    [ Signature moderated ]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Floating Divs on WPTouch’ is closed to new replies.