Proceed to Checkout on iPhone

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by stashcashbiz, Nov 19, 2014.

  1. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,
    Please see attached image. The Proceed to Checkout button is cut off on the iPhone view. Any ideas to fix this?
    Thanks!

    www.stashcash.biz
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    input.checkout-button.button.alt.wc-forward {
    width: 165px !important;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,
    Do you know how to change the "Shop" title to something else?
    Please see screen shot or explore tab at www.stashcash.biz

    Thanks!!
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    For this you have to create a new page as per your need which you want to set title.
    After that go for woocommerce=>setting=>Products
    and set your shop page from available page this will change your title.

    Thanks & regards
    Pramod
     

Share This Page