Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1043062
    NicoleG
    Participant

    Hi,
    In woocommerce my ‘proceed to checkout’ button overlaps with my paypal button. Is there a way to correct this? See attached image. Login details sent in next message.

    Thanks
    Nicole

    #1043065
    NicoleG
    Participant
    This reply has been marked as private.
    #1043388
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woo_pp_cart_buttons_div {
        float: right;
        margin-top: -45px;
    }
    @media (max-width: 767px){
        .woo_pp_cart_buttons_div {
            margin-top: 45px;
            float: none;
            width: 100%;
            text-align: center;
        }
        .woo_pp_cart_buttons_div > span {
            float: none !important;
        }
    }

    Hope it helps πŸ™‚

    #1044052
    NicoleG
    Participant

    That didn’t work πŸ™

    Any other suggestions?
    thanks
    Nicole

    #1044056
    NicoleG
    Participant

    It did move the button, up, but it is still overlapping.

    Thanks

    #1044513
    Rad
    Moderator

    Hi there,

    Please change it to this,

    @media (min-width: 980px){
    .woo_pp_cart_buttons_div {
        float: right;
        margin-top: -45px;
    }
    }
    @media (max-width: 979px){
        .woo_pp_cart_buttons_div {
            margin-top: 45px;
            float: none;
            width: 100%;
            text-align: center;
        }
        .woo_pp_cart_buttons_div > span {
            float: none !important;
        }
    }

    Hope that helps.

    #1044629
    NicoleG
    Participant

    Still not working. Can you check if I entered the code in the correct place (under appearance>customizer).

    It has definitely moved from the original, but it still overlaps.

    Any other suggestions?

    #1044702
    Lely
    Moderator

    Hi There,

    You might be seeing a cached content. Try clearing browser cache or using incognito mode. See screenshot of what I am seeing. There’s no overlap.

    #1044807
    NicoleG
    Participant

    Thanks! Working now πŸ™‚

    #1044827
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1043062 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>