What's your biggest current challenge? Have your say in Community Polls along the right column.

How to move Heading within Image Banner to top in Trade Theme

Solved

How to move Heading within Image Banner to top in Trade Theme

sonsofsack
Tourist
3 0 1

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. 

 

Thanks in advance.

 

sonsofsack_0-1730393303143.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

@media screen and (min-width: 750px) {
    .banner__content.banner__content--middle-left {
        align-items: flex-start !important;
        padding-top: 3rem;
    }
    .banner--desktop-transparent .banner__box {
        padding-top: 0 !important;
    }
}

 

  • And Save.
  • result:
    Made4uoRibe_0-1730406380690.png

    Note: I didnt adjust the mobile screen. Do you want also above the chair or below? 

Made4uoRibe_1-1730406441020.png

 

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
6346 1721 2079

Hey @sonsofsack 

 

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.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


sonsofsack
Tourist
3 0 1
Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

@media screen and (min-width: 750px) {
    .banner__content.banner__content--middle-left {
        align-items: flex-start !important;
        padding-top: 3rem;
    }
    .banner--desktop-transparent .banner__box {
        padding-top: 0 !important;
    }
}

 

  • And Save.
  • result:
    Made4uoRibe_0-1730406380690.png

    Note: I didnt adjust the mobile screen. Do you want also above the chair or below? 

Made4uoRibe_1-1730406441020.png

 

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
sonsofsack
Tourist
3 0 1

This works great on the desktop.  Great work.  Thanks.  If we could do the same on mobile, that would be great also.

 

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Add this code then, same Instruction. 

 

@media only screen and (max-width: 749px){
.banner .banner__content {
    align-items: flex-start !important;
}
}

 

And save. 

Result:

Made4uoRibe_0-1730409654261.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @sonsofsack 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.