hey, ive managed to centre all of my text and prices in my collections themselves but this hasnt been applied to the featured collection on my homepage, the code is used was...
.grid{
text-align:center !important;
}
.price{
display:flex !important;
justify-content:center !important;
}
Please help!
please provide your site url
-> Go to Online Store->Theme->Edit code
-> Asset->/theme.css ->paste below code at the bottom of the file.
#collection-rows--collection-row-1 .section-header .grid-uniform .grid-item{
text-align: center !important;
}
#collection-rows--collection-row-2 .section-header .grid-uniform .grid-item{
text-align: center !important;
}
#collection-rows--collection-row-3 .section-header .grid-uniform .grid-item{
text-align: center !important;
}
User | Count |
---|---|
429 | |
199 | |
148 | |
57 | |
44 |