I WANT TO CHANGE CUSTOMIZED MY COLLECTION LIST SECTION LIKE THIS ON MOBILE VIEW AND DESKTOP VIEW BOTH AND ALSO CENTRE ALIGN THE TEXT AND REMOVE THE ARROW
MY SITE LINK - https://g8tiyz-ui.myshopify.com/
REFRENCE SITE LINK- https://www.posterized.in/
A Shopify store owner requested help customizing their collection list section to match a reference site’s layout on both mobile and desktop views. They also wanted to center-align text and remove navigation arrows.
Solution provided:
Key code changes:
text-align: center to card headingsdisplay: none to hide arrow icon wrapsStatus: Issue resolved. The original poster confirmed both solutions worked successfully.
I WANT TO CHANGE CUSTOMIZED MY COLLECTION LIST SECTION LIKE THIS ON MOBILE VIEW AND DESKTOP VIEW BOTH AND ALSO CENTRE ALIGN THE TEXT AND REMOVE THE ARROW
MY SITE LINK - https://g8tiyz-ui.myshopify.com/
REFRENCE SITE LINK- https://www.posterized.in/
HI @Manishuk01
To complete your requests, please follow these steps:
@media screen and (max-width: 768px){
.collection-list-wrapper ul.collection-list li.collection-list__item {
width: 19% !important;
min-width: unset !important;
margin: 0 !important;
}
}
.collection-list-wrapper.page-width {
max-width: 1440px !important;
width: 100% !important;
}
Here is the result:
I hope this helps
Best,
Daisy
Thank you bro u are the best guy
and also I want to remove those arrows and centre align the text
also paste this css to remove arrow and center allign the title
.card__heading {
text-align: center;
}
.card__heading .icon-wrap {
display: none;
}
thank you bro big help