Hi,
im looking to add more white space before the collection images start
iys a bit crammed against the top where the filter and sort buttons are
my site is https://luxurymrkt.com/collections/newest-products
Hi,
im looking to add more white space before the collection images start
iys a bit crammed against the top where the filter and sort buttons are
my site is https://luxurymrkt.com/collections/newest-products
Please add below css code in bottom of assets/theme.css file
@media (max-width: 767px)
.collection-grid__wrapper .grid.grid–uniform.small–grid–flush {
margin-top: 20px;
}
Thank you.
you can add to top of file theme.css
@media (max-width: 767px){
.collection-grid__wrapper .grid.grid–uniform.small–grid–flush {
margin-top: 20px !important;
}
}
@PageFly-Victor the best. If anyone needs help private message him he has helped me so much with my website !!! Thank you
And make the images smaller
but keep the text layout the same as is?
Thank you very much ![]()
you can add new code and remove old code
@media (max-width: 767px){
.collection-grid__wrapper .grid.grid–uniform.small–grid–flush >div {margin-top: 20px !important;}
.collection-grid__wrapper .grid.grid–uniform.small–grid–flush >div img{
width:80% !important;
margin-left:10% !important;
}
}