Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #337974

    larissaeremeeva.com

    The go to checkout button is hidden behind the header picture on the WooCommerce Cart page. How can I fix this?

    #337975
    sujeet
    Keymaster

    Hello @spiekosz,

    You seem to have disabled right click on your site. Can you enable it so that I can quickly provide you the necessary CSS Code. Thank you.

    Regards,
    Sujeet

    #337976

    Hi Sujeet – you should be able to do it now. Where will I find the CSS code, so i can keep a copy in case I need to do a restore.

    #337977
    sujeet
    Keymaster

    Hello @spiekosz,

    Please try adding the following css code to “Appearance => Customize => Additional CSS”. It should fix the button.

    
    .checkout-button.button.alt.wc-forward {
       position: static;
    }
    

    Please let me if this worked. Thank you.

    Regards,
    Sujeet

    #337979

    Great – that works! Thanks! BUT there is now a problem with the Continue Shopping button which stays behind the header picture

    #337980
    sujeet
    Keymaster

    Hello @spiekosz,

    For that please add the following css code

    
    .woocommerce-message a.button.wc-forward,
    .return-to-shop a.button.wc-backward {
        position: static;
        margin-right: 0;
        margin-top: 14px;
    }
    

    Regards,
    Sujeet

    #337983

    Thanks so much, Sujeet – that gives a result. Really appreciate the quick and knowledgeable help! Best wishes, Stefan

    #337986
    sujeet
    Keymaster

    Hello Stefan,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/zubin/reviews/#new-post.

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sujeet

    #337987

    Hi Sujeet – I had already posted a review a couple of years ago and it won’t let me add another – I edited it to add your name 🙂

    #338029
    sujeet
    Keymaster

    Thank you so much Stefan. 🙂 🙂

    Regards,
    Sujeet

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.