Shopify themes, liquid, logos, and UX
Hello,
I'm trying to move price and text from card_information in line from Quick view. Where I draw the white line.
Url: https://www.lasdunasbyron.com/collections/unisex
Thanks for your time and help
Solved! Go to the solution
This is an accepted solution.
Hi, @BERNAT-LASDUNAS.
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
.card__information {
display: flex;
align-items: center;
}
.card-information {
width: auto;
}
.card__content {
align-items: center;
}
.card__heading {
padding: 0 10px;
margin-top: 8px;
}
.card__content {
display: flex !important;
flex-direction: row;
margin-top: 10px !important;
justify-content: space-between;
padding: 5px 15px !important;
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
May this help you.
1: Go to online store > themes > Actions > Edit code > ASSESTS > base.css Add this code at the bottom.
.card-wrapper .card__content {
flex-direction: unset!important;
justify-content: space-evenly;
}
If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode
This is an accepted solution.
Hi, @BERNAT-LASDUNAS.
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
.card__information {
display: flex;
align-items: center;
}
.card-information {
width: auto;
}
.card__content {
align-items: center;
}
.card__heading {
padding: 0 10px;
margin-top: 8px;
}
.card__content {
display: flex !important;
flex-direction: row;
margin-top: 10px !important;
justify-content: space-between;
padding: 5px 15px !important;
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
May this help you.
1: Go to online store > themes > Actions > Edit code > ASSESTS > base.css Add this code at the bottom.
.card-wrapper .card__content {
flex-direction: unset!important;
justify-content: space-evenly;
}
If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024