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; }
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
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; }
It looks even now:
uneven**
User | RANK |
---|---|
61 | |
53 | |
47 | |
42 | |
40 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023