Hi,
im looking to align the collection name under the breadcrumbs
Hi,
im looking to align the collection name under the breadcrumbs
Hello @MIKESTORK ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your theme.css file and paste the following code at the bottom:
.shopify-section--collection-banner .prose.text-center {
inset-inline-start: var(--container-gutter);
position: absolute;
inset-block-start: 3.25em;
}
Hey @MIKESTORK ,
Please use the following CSS to keep it aligned-left
h1.h1,
.shopify-section--collection-banner .prose.text-center {
text-align: left !important;
}
.shopify-section--collection-banner .container.container--xs {
margin-left: 45px;
}