Home › Forums › WoodMart support forum › Shopping cart widget issue
Shopping cart widget issue
- This topic has 9 replies, 2 voices, and was last updated 6 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 1, 2018 at 5:29 pm #60787
ExonGamesParticipantHi,
I am using woocommerce PayPal plugin to show up a PayPal express payment in the shopping cart widget. My problem is that the PayPal express button is without a space from the other content on the bottom… (See screenshot to understand).Please help me make a little space there so it could look better.
Hope to hear from you soon,
Best regards.Attachments:
You must be logged in to view attached files.June 2, 2018 at 7:25 am #60812
Elise NoromitMemberHello,
Please add this Custom CSS to Theme Settings > Custom CSS:
.widget_shopping_cart .buttons { display: block; text-align: center; margin-bottom: 10px!important; }
Best Regards
June 2, 2018 at 9:15 am #60823
ExonGamesParticipantHi,
It’s working thanks!
Just another adjustment… Can you help me resize it and make it smaller? Because as you can see in the screen shot a provided, it’s bigger that the other buttons.Hope to hear from you soon with some solution to that as well,
Best regards.June 2, 2018 at 9:37 am #60827
Elise NoromitMemberHello,
Please add this CSS to Theme Settings > Custom CSS:
.paypal-button:not(.paypal-button-card) { height: 45px; min-height: 30px; max-height: 41px; max-width: 291px; margin: 0 auto; }
Best Regards
June 2, 2018 at 10:05 am #60829
ExonGamesParticipantHi, can you please take a look at the code you gave me? It looks like you had some typing error…
Hope to hear from you soon,
Best regards.June 2, 2018 at 12:16 pm #60843
Elise NoromitMemberHello,
I have checked there are no errors. http://prntscr.com/jpw7ho
Add it to Custom CSS.Best Regards
June 2, 2018 at 1:14 pm #60847
ExonGamesParticipantHi,
Sorry you’re right.. for some reason the code box messed your writing here… But on the email itself the code is not messed up so everything is workingJune 2, 2018 at 6:37 pm #60863
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
June 2, 2018 at 11:16 pm #60885
ExonGamesParticipantHi,
I’ve just noticed that the size is too small… Can you please make it equal in size to the other buttons in the fist message’s image I shared with you?Hope to hear from you soon,
Best regards.June 3, 2018 at 7:22 am #60895
Elise NoromitMemberHello,
You can change height and width as per your needs. You need to change these values:
.paypal-button:not(.paypal-button-card) { height: 45px; max-width: 291px; margin: 0 auto; }
Best Regards
-
AuthorPosts
Tagged: Shopping cart widget
- You must be logged in to create new topics. Login / Register