Tagged: x
-
AuthorPosts
-
June 15, 2016 at 6:56 am #1043062
NicoleGParticipantHi,
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
NicoleJune 15, 2016 at 6:57 am #1043065
NicoleGParticipantThis reply has been marked as private.June 15, 2016 at 10:11 am #1043388
ThaiModeratorHi 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 π
June 15, 2016 at 5:05 pm #1044052
NicoleGParticipantThat didn’t work π
Any other suggestions?
thanks
NicoleJune 15, 2016 at 5:11 pm #1044056
NicoleGParticipantIt did move the button, up, but it is still overlapping.
Thanks
June 15, 2016 at 10:55 pm #1044513
RadModeratorHi 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.
June 16, 2016 at 1:10 am #1044629
NicoleGParticipantStill 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?
June 16, 2016 at 2:16 am #1044702
LelyModeratorHi 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.
June 16, 2016 at 3:39 am #1044807
NicoleGParticipantThanks! Working now π
June 16, 2016 at 3:51 am #1044827
Rue NelModeratorYouβre welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1043062 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
