-
Posts
12 -
Joined
-
Last visited
Reputation Activity
-
andymallinsphotography reacted to tuanphan in Moving lines and categories
You mean reduce space between category links - line on home (shop) page?
Add to Design > Custom CSS
ul.nested-category-children { padding-bottom: 25px !Important; }
-
andymallinsphotography reacted to creedon in Payment Icons - Home Page
@andymallinsphotography
Please revisit the thread mentioned in my December 5, 2021 post earlier in this thread. I think you'll be pleased! 🙂
I was able to add Clearpay. I think the icons were available to me when I first created the code but I didn't have an international focus at the time.
I was able to find a kind of official PayPal icon. Not what I'm used to but it is from PP. All the others provided a media page of some kind with some guidance on how to use their icons. The single PP icon I found was buried in a PP app developers page. Not ideal but hey, I guess my code could be considered an app of kinds! 🙂
Let us know how it goes.
-
andymallinsphotography reacted to creedon in Payment Icons - Home Page
Sounds like a bug! Thank you for the report.
-
andymallinsphotography got a reaction from creedon in Payment Icons - Home Page
Hi, many thanks for adding these! For some reason the ICONs for Clearpay are not obeying "none" so they all appear for both the badge and lockup although the ordering works, for now I've manually removed all bar the mint badge so if displaying fine 🙂
-
andymallinsphotography got a reaction from tuanphan in Cart View Issue on Mobile
Managed to fix this using the following code;
@media screen and (max-width:767px) {
#cart #page {
padding-left: 9%;
padding-right: 9%;}
}
-
andymallinsphotography reacted to creedon in Payment Icons - Home Page
I'll see if I can find official Clearpay SVGs!
-
andymallinsphotography reacted to paul2009 in Code Injection Cart Page
Instead of injecting code on each page individually, you can inject it to all pages via the site Code Injection panel. Code added here will apply to most* pages, including the cart page.
*It will not apply to the Checkout page, Lock Screen or Cover Pages.
Did this help? Please give feedback by clicking an icon below ⬇️