How can I center buttons on my homepage collection tiles?

Hello can some help me try and center these buttons on these collection tiles? Located on my home page.

https://liquid-imagery.myshopify.com/

1 Like

@LiquidImagery

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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