• Resolved rekavihari

    (@rekavihari)


    Hello!
    How can I change the bottom: 15px to 50px for the button? Because my site has a tabbar in mobile and its got under the button.
    Thank you in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Jerry Rietveld

    (@jgrietveld)

    Hi rekavihari,

    Thanks for your message and sorry for the late response. There’s no option in the plugin to add custom values for placement, but you could add it to your theme’s CSS. There’s a couple of options to do this. The easiest one is via the WordPress admin interface click on Appearance > Customize > Additional CSS and you can add:

    
    #callnowbutton {
        bottom: 50px !important;
    }
    

    Hope this helps.

    Cheers,
    Jerry

Viewing 1 replies (of 1 total)
  • The topic ‘Bottom 15 px to 50px’ is closed to new replies.