A user seeks to reposition heading text within an image banner on their Shopify Trade theme, specifically wanting “Back Roads Woodworks” to appear above a chair in the top-left area rather than its current centered position.
Solution Provided:
A community helper provided CSS code to be added to the theme’s stylesheet (base.css, style.css, or theme.css):
Desktop fix: Adjusts banner content alignment to flex-start and removes top padding
Mobile fix: Additional CSS targeting screens under 749px width to maintain consistent positioning across devices
Outcome:
The desktop solution was confirmed working by the original poster. A follow-up mobile-specific code snippet was then provided to achieve the same positioning on smaller screens. The issue appears resolved with both desktop and mobile implementations delivered.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
Hello. I need some help. I’d like to move the Heading text within the Image Banner to the top left. I’d like ‘Back Roads Woodworks’ to be above the chair on the left. I have searched the help boards for ideas and I have tried several solutions but nothing has worked in terms of editing the theme.liquid code. I must be missing something.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
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: