Shopify themes, liquid, logos, and UX
Want to know how I can make the product title and price on the same with. With a coloured box around it.
Here is how the current design looks:
This is what I want it to look like:
Url: https://flaud.world/
Password: 202135283
Thanks,
B
Solved! Go to the solution
This is an accepted solution.
Float the title to the left and the price to the right
.card-information__wrapper .price { float:right; }
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Quickfix
Add a custom html/liquid section with the following style rule
<style>.card-information__text { float: left; } </style>
Note the float version does not account for long titles or bigger price areas.
Alternative:
<style>
.card-information__text { display: inline; }
.card-information__wrapper .price { display: flex-inline; }
</style>
Test both throughly with long content, sale prices, etc
Beyond that you would need to combine the product cards title header with the price block which is set to flex by default so they wont mesh together very well without work.
Contact me if you need this type of customization, paull.newton+shopifyforums@gmail.com
FYI: assuming your still developing but just in case "copy" in product names is something to be really avoided i.e. /products/copy-of-copy-of-copy-of-copy-of-copy-of-sweatsuit-pullover
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
After adding custom html/liquid, it looked like this:
I tried changing the float to right, which is where I want the price to be and it looked like this:
What do I do to make the title on the left, and price on the right?
Thank you for the heads up, just added copies quickly to work on the look.
This is an accepted solution.
Float the title to the left and the price to the right
.card-information__wrapper .price { float:right; }
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
It looks even now:
uneven**
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024