Pictures attatched! DAWN: Center title and change title size

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:

HOW I WANT IT TO LOOK IN MOBILE VIEW:

Can anyone help?
SUPER BIG THANK YOU!

1 Like

@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.

Not working at all.