Dawn Theme Center Collections Page Links

Looking to move the collection links to the center of the collections pictures. Can someone help me with this?

thank you!

Hi @Vivian_qs Yes, julytwentysix.co

Password: 2023Launch!

@Vivian_qs Thank you!

Hallo @idaya

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom(base.css)

**.card.card--standard.card--media {**
**position: relative;**
**}**
**.card__content {**
**position: absolute;**
**top: 50%;**
 **text-align: center;**
**}**

If you require any further information, feel free to contact me.

Best regards,

HI @harivishwakarma , that code didn’t work.

@idaya

Add this css


**.card__content {**
**position: absolute !important;**
**top: 50% !important;**
**text-align: center !important;**
**}**
**a.full-unstyled-link {**
**color: white;**
**font-size: 28px;**
**}**
**.card__inner.color-background-2.gradient.ratio {**
**filter: brightness(0.9);**
**}**

@harivishwakarma I tried this and it also didn’t work. Pasted that code at the bottom of the base.css file.