Pictures attatched! DAWN: Center title and change title size

sandranobre
Excursionist
36 2 3

Hi, I'm using DAWN theme and this is my url: https://sandranobreart.com/ 

In both desktop and mobile view: How can I change the title of each collection that are on display on my landing page to a smaller size and also to be centered?

WHAT IT LOOKS LIKE NOW IN MOBILE VIEW:

111Skärmavbild 2022-04-19 kl. 13.02.21 kopiera.png


HOW I WANT IT TO LOOK IN MOBILE VIEW:

1111Skärmavbild 2022-04-19 kl. 13.02.21 kopiera.png

Can anyone help?
SUPER BIG THANK YOU!

Replies 2 (2)

Zworthkey
Shopify Partner
5581 642 1565

@sandranobre 

.title-wrapper-with-link {
    display: block !important;
    justify-content: space-between;
    align-items: center !important;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

Add this code on the base.css or theme.css file.

sandranobre
Excursionist
36 2 3

Not working at all.