Hello Made4uo-Ribe
It works but it is just left and not on the bottom left.
Goal: move the collection banner heading to the bottom-left of the banner in a Shopify theme.
Update: A helper suggested adding CSS via Online Store > Themes > Edit code > Assets (base.css/style.css/theme.css) to left-align the title and remove margins on larger screens. The provided rules target h1.collection-banner–title (text-align: left) and .collection-banner–content (margin: 0 at ≥768px). A screenshot showed the expected left alignment.
Obstacle: The requester couldn’t find base.css/style.css/theme.css in Assets and asked where to place the code. Another participant reiterated how to reach Edit code but did not resolve which specific CSS asset to use when those filenames are absent.
Current state: The CSS change worked to align the heading to the left, but it did not place it at the bottom-left of the banner. Additional guidance (e.g., positioning the container to the bottom with appropriate selectors) is still needed.
Attachments: Images illustrate the current banner and the left-aligned result.
Status: Partially resolved; positioning to bottom-left remains open.
Hello Made4uo-Ribe
It works but it is just left and not on the bottom left.