Paypal Button not showing on mobile

Discussion in 'Figero WordPress Theme' started by jamalbey118, Sep 30, 2014.

Thread Status:
Not open for further replies.
  1. jamalbey118

    jamalbey118 New Member

    Joined:
    Aug 20, 2014
    Messages:
    12
    Likes Received:
    0
    When viewing on a Mobile Device, the home page will not show the paypal button when scrolling to the bottom, although it is showing on other pages. Any advice please?

    Here is the site www.guidetomoderncredit.com

    Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Just delete following code that you used in Custom CSS.
    Code:
    .box-one {
    position: align-center;
    bottom: 0;
    margin: 0 0 0 320px;
    }
    2. And paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .box-one{
    text-align: center;
    }
    Thanks & Regards
    Yogesh Bhade
     
  3. jamalbey118

    jamalbey118 New Member

    Joined:
    Aug 20, 2014
    Messages:
    12
    Likes Received:
    0
    Thank you kind sir
     
Thread Status:
Not open for further replies.

Share This Page