alwayspaws Posted November 8, 2017 Posted November 8, 2017 I just want some space in between the sentence and the Amazon button so it doesn’t look like they’re attached to each other
Daresh Posted November 8, 2017 Posted November 8, 2017 .blockgetfree_shipping { text-align: right; clear: both; padding-top: 15px; }
alwayspaws Posted November 8, 2017 Posted November 8, 2017 @Daresh I put that inside of your code? Thank you.
alwayspaws Posted November 8, 2017 Posted November 8, 2017 I love the way everyone talks to me like I’m a coder but I’m not. :-)
alwayspaws Posted November 8, 2017 Posted November 8, 2017 @SLiCK_303 Does @Daresh’s code go in the rest of the code we posted earlier? ( Just in case he went away.) @Daresh and anyone else: how do I get rid of that “to be determined”? It’s just supposed to be free shipping. Thank you everybody!
Daresh Posted November 8, 2017 Posted November 8, 2017 Somehow you added the rule to right align the text, so now just edit it, you can make it!
alwayspaws Posted November 8, 2017 Posted November 8, 2017 @daresh That’s right! I got custom code from the theme developer. Thank you!
SLiCK_303 Posted November 8, 2017 Author Posted November 8, 2017 @Daresh and anyone else: how do I get rid of that “to be determined”? It’s just supposed to be free shipping. You mean like when you empty your cart, and the cart shows that message for a second?
alwayspaws Posted November 8, 2017 Posted November 8, 2017 No, it happens after you add more to the cart
SLiCK_303 Posted November 8, 2017 Author Posted November 8, 2017 I never noticed it, I think you would have to talk to the modules developer on that one.
alwayspaws Posted November 8, 2017 Posted November 8, 2017 I didn’t notice it either until Daresh pointed it out. I think that’s part of thirty bees. (I’m wiped out) Will resume later.
Daresh Posted November 8, 2017 Posted November 8, 2017 I think it's a standard PS behavior when the shipping cost is unknown due to many shipping options available or something...
wakabayashi Posted November 8, 2017 Posted November 8, 2017 @alwayspaws is the issue solved? Or should I still take a look at it?
wakabayashi Posted November 8, 2017 Posted November 8, 2017 In global.css line 2052 you should add a margin-left. In my example I added 10px. Feel free to use any other value :) ``` payWithAmazonMainDiv { float: right; margin-left: 10px; } ```
alwayspaws Posted November 8, 2017 Posted November 8, 2017 @wakabayashi That code works great. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now