Viewing 2 replies - 1 through 2 (of 2 total)
  • go to Dashboard->Appearance->Themes->Customize->Theme Options->Theme General Options->Custom CSS

    put below code in Custom CSS option

    @media (max-width: 767px)
    {
    #box {
        display: block !important;
        position: initial !important;
    }

    }

    Thread Starter cayindustries

    (@cayindustries)

    Fixed. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PayPal Button disappeares on MOBILE’ is closed to new replies.