Shopify themes, liquid, logos, and UX
Hello,
I want to reduce a size of list view and the size of image also. ( is for B2B shop so i want to make something quick to order form )
Shop : https://tenbuyone.myshopify.com/collections/apple
I want the same size of image below : if we can put add to cart and quick view on the same line.
Hello
please pest this CSS code in theme.css
.product-item--list .product-item__image-wrapper {
width: 70px;
margin-right: 20px;
}
.product-item--list {
padding: 10px;
}
.product-item--list .product-item__info {
margin: 0;
}
.product-item__inventory {
margin: 0;
}
a.product-item__title.text--strong.link {
min-height: 0;
margin: 0;
}
.product-item__price-list {
padding: 0 20px;
}
.product-item--list .product-item__action-list {
display: flex;
margin-left: 20px;
min-width: unset;
align-items: center;
justify-content: center;
}
.button-stack > .button + .button {
margin: 0;
margin-left: 10px;
}
This code output is a show like this
If you still want to make it smaller, you can make the font size smaller
If you like and feel good, write and accept it as a solution
Thanks for you effort but its coming like below and the same time can i get the price after IN STOCK
@backdealsin addition to @MyCodeMagic's code, add this to your CSS also:
.product-item__info-inner {
display: flex;
flex-direction: row;
align-items: center;
}
.product-item--list .product-item__action-list {
flex-direction: row;
}
@backdeals You will have to do that in your template file.
i don't understand, you can ask invitation request ?
Hi why i try to copy and paste on Debut theme and it doesnt work . Is this code for specific theme ?
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