Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Sword

    (@davidsword)

    Thank so much for the suggestion! I’ll take note of this request for future revisions!

    You can “hack” this in until this becomes a feature.

    To do this, in wp-admin ? Settings ? Mobile Call Now & Map Buttons, set the Set the plugin to “Display on” for a bigger tablet size.

    Then in wp-admin ? Appearance ? Customizer ? CSS, add in:

    @media screen and (min-width: 640px) { 
      html body #rpb > div:nth-child(1) {
        display: none !important;
      }
    }

    Where 640px is the breakpoint between tablet and phone where you want the “Call Now” button to toggle.

    I hope this helps! Please let me know how this works out.

    Thread Starter Valueweb

    (@taekwon)

    Perfect!! Works like a charm!
    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display on larger screen size please’ is closed to new replies.