Change position of collection banner heading

Hello All

I have a question if someone can help me to change the heading in the bottom left corner

I tried many CSS-Codes but nothing works properly.

ThankYou

Hi @AM82

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h1.collection-banner--title {
    text-align: left !important;
}
@media only screen and (min-width: 768px){
.collection-banner--content {
    margin: 0 !important;
}
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

i dont have any asset with the name “base.css, style.css or theme.css” and im not sure where to put the code in

On the Themes page click on the 3 dotted button, then Edit code

I know this but when i search in the “Assets” folder i cannot find these .css just some others

Hello Made4uo-Ribe

It works but it is just left and not on the bottom left.