• cmht

    (@eightsages)


    Hi guys, thanks for this great plugin !

    Would like to know how to position the icon in the bottom right slightly higher, as it covers the “three dots” of our menu bar at the bottom : https://prnt.sc/rdbj5r

    Any assistance greatly appreciate !

    Thanks so much ??

    Christopher

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pacotole

    (@pacotole)

    You can move up WAme button with some styles. Add this code to theme custom css (use higher values of bottom to put it in upper position):

    @media (max-width: 480px), (max-width: 767px) and (orientation: landscape){
      .whatsappme { bottom:50px; }
    }

    Thanks, this is exactly what I was looking for as it overlayed with one of my themes built in features.

    This worked for me on mobile view but not desktop view – is there code that I can use to edit position on desktop view ?

    • This reply was modified 4 years, 8 months ago by paddyv.

    This worked for me on mobile view but not desktop view – is there code that I can use to edit position on desktop view ?

    some answer? i need it too

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Position icon slighty higher in bottom right’ is closed to new replies.