Hello. I want to change the size of both of my featured collection sections, what is the code for this? Thankyou
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste
#shopify-section-featured-collections .page-width{
max-width: 100% !important;
}
#shopify-section-featured-collections .page-width .grid .grid__item {
text-align: -webkit-center !important;
}
#shopify-section-featured-collections .page-width .grid .grid__item .grid-view-item .price{
align-items: center; !important;
}
Hello thank you it worked, although it doesn’t seem to format as good for the mobile version. Are you able to provide me with the coding to change the size of the text for just the mobile version please. Thanks
@media only screen and (max-width: 749px){
#shopify-section-featured-collections .page-width .grid .grid__item {
font-size: 22px !important;
}
}
Hey sorry it didn’t work ![]()