Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
.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.