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 [email protected] 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, [email protected]
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 [email protected] 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 [email protected] 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**
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024