How can I improve the design of product cards for a bookstore site?

Solved

How can I improve the design of product cards for a bookstore site?

Malik_007
New Member
18 0 0

Dear Experts

 

I am currently working on enhancing the product cards for a bookstore website using the Dawn theme. After exploring various options, I came across your expertise 

 

Websites" https://wordyee.com/

 

As we aim to create an optimal user experience for our bookstore customers, it's crucial to ensure that these elements are not only visually appealing but also intuitively designed to encourage engagement and conversions

 

Screenshot 2024-03-18 004452.png

 

 

Want to create something like this 

Screenshot 2024-03-18 045556.png

Accepted Solution (1)
PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

Hi @Malik_007  The reason is that I set too much length so the width was cut off. you can change it to this code. Can fix most images.

<style>
.product-card-wrapper .card__inner{
    width: 80% !important;
    margin: auto !important;
    height: 250px !important;
}
</style>

 Thank you.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 9 (9)

PageFly-Noah
Shopify Partner
1317 233 280

This is Noah from PageFly - Shopify Page Builder App

 

 To fix it you need set height image card product, you can change it by add code here:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.product-card-wrapper .card__inner{
       height: 299px !important;
}
</style>

 

Or if your theme allows you to edit the image height, you can also set up options in the theme without using code.
Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Malik_007
New Member
18 0 0

this is the dawn theme

 

 

your code only changes the card image height

PageFly-Noah
Shopify Partner
1317 233 280

Yes, In this case, just change the image height and the items will be balanced.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Malik_007
New Member
18 0 0

I have implemented your code, however, there is an issue where the image is cropped within the product card

 

Screenshot 2024-03-18 105242.png

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

Hi @Malik_007  The reason is that I set too much length so the width was cut off. you can change it to this code. Can fix most images.

<style>
.product-card-wrapper .card__inner{
    width: 80% !important;
    margin: auto !important;
    height: 250px !important;
}
</style>

 Thank you.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Malik_007
New Member
18 0 0

 can you help me to fix this ISBN display font size on a card?Screenshot 2024-03-18 122924.pngcode card-product

Screenshot 2024-03-18 122815.png 

 

 

PageFly-Noah
Shopify Partner
1317 233 280

Hi @Malik_007  you can change <p> to <p class="cart_barcode" >       . And add code :

<style>
.card__content .card__information .cart_barcode{
   font-size: 12px !important;
}
</style>

Thank you.

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Malik_007
New Member
18 0 0

Lovely 😍 Thank you very much @PageFly-Noah 

 

last questions How reduce the character limit of Product Titles on product cards? "...." is coming when the line breaks.

PageFly-Noah
Shopify Partner
1317 233 280

Oke, Thank you.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.