Shopify themes, liquid, logos, and UX
This is an accepted solution.
Ahh, I found it. Please update the code
<style>
.payment-list > div { width: 100%; }
@media (min-width: 990px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
float: right !important;
padding-right: 30px;
}
}
@media (max-width: 749px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
margin-top: 12px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is Richard from PageFly - Shopify Page Builder App
Hi @anapdeabreu Please add code here to change position:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
@media screen and (min-width: 768px){
.footer__aside-item--payment .payment-list{
position: relative !important;
}
.footer__aside-item--payment .payment-list div:nth-child(1){
width: 100% !important;
}
.footer__aside-item--payment .payment-list div:nth-child(2){
position: absolute !important;
right: 50px !important;
top: 20px !important;
}
}
</style>
Hope my solution will help you resolve the issue.
Thank you so much. Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hello, Ricardo.
Unfortunately, his solution was unsuccessful. Would you have any other suggestions?
Hi @anapdeabreu You can change this code to here:
<style>
@media screen and (min-width: 768px){
.footer__aside-item--payment .payment-list{
position: relative !important;
}
.footer__aside-item--payment .payment-list div:nth-child(1){
width: 100% !important;
}
.footer__aside-item--payment .payment-list div:nth-child(1) div:nth-child(1){
position: absolute !important;
right: 50px !important;
top: 20px !important;
}
}
</style>
It will show in my side:
Please try again, Thanks you.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Sorry. It still hasn't worked here. What should I do?
Hi, I think you need this code. I have used a piece of code from: Dan-From-Ryviu , try this code to see if it fixes it,
<style>
@media screen and (min-width: 768px){
.footer__aside-item--payment .payment-list{
position: relative !important;
}
.footer__aside-item--payment .payment-list div:nth-child(1){
width: 100% !important;
}
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]){
position: absolute !important;
right: 50px !important;
top: 20px !important;
}
}
</style>
Thank you so much.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @anapdeabreu
Please add this code to theme.liquid file, after <head>
<style>
@media (min-width: 990px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
float: right;
padding-right: 30px;
}
}
@media (max-width: 749px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
margin-top: 12px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
It didn't work either. I removed the other collaborator's code and left only what you told me, but it still didn't work... 😞
Could you update the code and check again?
<style>
@media (min-width: 990px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
float: right !important;
padding-right: 30px;
}
}
@media (max-width: 749px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
margin-top: 12px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
I updated, but there was no change. Thanks for your time anyway.
Could you take a screenshot of where you added the code? Did you save file and reload your page to check after adding the code?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Yes, I saved and reloaded the page several times.
This is an accepted solution.
Ahh, I found it. Please update the code
<style>
.payment-list > div { width: 100%; }
@media (min-width: 990px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
float: right !important;
padding-right: 30px;
}
}
@media (max-width: 749px) {
.payment-list div div:has(a[aria-describedby="a11y-new-window-message"]) {
margin-top: 12px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025