Hello can some help me try and center these buttons on these collection tiles? Located on my home page.
1 Like
yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/california.css ->paste below code at the bottom of the file.
.collections-list .collections-items a.collections-item .title
{
left: 0;
right: 0;
text-align: center;
}
1 Like
