Left-Align Home Header Text

Left-Align Home Header Text

passingthrough
Shopify Partner
8 0 1

Hello!

I am just getting started here - I am curious how to left-align the header text and the button on the banner image on my home page. Thank you!

 

I am not sure if this link will work for my store: https://wwgearexchange.myshopify.com/?_ab=0&_fd=0&_sc=1

 

passingthrough_0-1728998899097.png

 

Replies 11 (11)

Tech_Coding
Shopify Partner
514 132 131

Hello @passingthrough 

Your site is password protected.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
passingthrough
Shopify Partner
8 0 1

It's a dev site through a third party so I am not sure I can share a link?

Made4uo-Ribe
Shopify Partner
10111 2400 3033

You can share the preview link, 

Select theme > preview > copy and paste the url.

Made4uoRibe_0-1729000376696.png

 

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.
passingthrough
Shopify Partner
8 0 1
Made4uo-Ribe
Shopify Partner
10111 2400 3033

This is still the password page, the link look like this. 

Made4uoRibe_0-1729001049941.png

 

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.
passingthrough
Shopify Partner
8 0 1

Got it, thank you for your patience: https://lsmigszrso5tustp-67287220324.shopifypreview.com

Made4uo-Ribe
Shopify Partner
10111 2400 3033

oh, still password protected. Did you check on the prefences if you can see the password? if this is dawn theme we can provide some code from the themes. But as you said its 3rd party theme. 

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.
passingthrough
Shopify Partner
8 0 1

It is Dawn theme! I should have mentioned that...

Made4uo-Ribe
Shopify Partner
10111 2400 3033

TRy this one if it work, 

  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 {
        justify-content: left;
        margin-left: 0;
    }
}

 

  • And Save.
  • Sample
  • Result:
  • Made4uoRibe_0-1729006433020.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.
passingthrough
Shopify Partner
8 0 1

It aligned just slightly left of center...

https://lsmigszrso5tustp-67287220324.shopifypreview.com

passingthrough_0-1729008127145.png

 

Made4uo-Ribe
Shopify Partner
10111 2400 3033

Hi @passingthrough 

Password protected. 

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.