hye
i want heading of “featured Collection” and featured products in the centre as it is on the left
each time whem i add feature products , heading should be in centre
hye
i want heading of “featured Collection” and featured products in the centre as it is on the left
each time whem i add feature products , heading should be in centre
Hey @zikriarathore ,
Try adding this to your CSS
.collection-list-wrapper .title-wrapper-with-link {
justify-content: center !important;
}
.collage-wrapper-title,
.collection__title .title {
text-align: center !important;
}
which file ? base.css? where to add this code?
Yes, you can add in base.css
where in this file?
At the very top @zikriarathore