Shopify themes, liquid, logos, and UX
Hi,
im looking to align the collection name under the breadcrumbs
my site is https://b32b39-5.myshopify.com/collections/all
Solved! Go to the solution
This is an accepted solution.
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;
}
Hello @MIKESTORK ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. 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;
}
This is an accepted solution.
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;
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024