I want to change the location of the collection title to below the image in shopify

Topic summary

A user seeks to reposition the collection title below the image on their Shopify store.

Initial Solution Attempt:

  • PageFly-Richard suggests adding CSS code to base.css to adjust the card heading layout using flexbox properties (display: flex and justify-content: flex-end).
  • This solution targets the Dawn theme specifically.

Clarification & Alternative Approach:

  • The user clarifies they’re using the Brooklyn Arabic theme, not Dawn, and cannot locate the base.css file.
  • PageFly-Richard provides updated instructions: add custom CSS code to theme.liquid file above the </head> tag.
  • Steps involve navigating to Online Stores > Themes > Actions > Edit code, then pasting the markup into theme.liquid.

Current Status:
The discussion remains open, awaiting confirmation whether the alternative solution works for the Brooklyn Arabic theme.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I want to change the location of the collection title to below the image in shopify

i use brooklyn theme

url:https://karemmarket.de
password 00

1 Like

Hi @tareekshawi

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.card__heading {
    display: flex;
    justify-content: flex-end;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

@PageFly-Richard i am not using dawn. i use brooklyn arabic theme so i dont find base.css

Hi @tareekshawi Then please follow this instructions to get this solved

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the