Trouble with jumbled text on mobile hero slider

Trouble with jumbled text on mobile hero slider

norrisrk
Shopify Partner
1 0 0

I am having trouble with text on the mobile view of my header slider on the homepage. All of the text is getting jumbled up and I'm unable to fix the H1 font size in the Shopify customizer. I am using the Align theme.

 

1158432516c56c2028b69d6bcf83542a_exif.jpg09721069ca03d2f39e7126505bbe52b5_exif (1).jpg

Replies 4 (4)

thescriptflow
Shopify Partner
372 26 55

Hey @norrisrk I hope you are doing well. I am Qasim ready to help you. 

In order to fix the fix required to take a look in your theme file. Could you please share the password of your store so that I take a look and provide you solution code.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp +447828078063

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


- If my solution was helpful, mark it as a solution and hit the like button!

TheUntechnickle
Shopify Partner
376 37 98

Hey @norrisrk,

Hope you're doing great 🙂

 

Since you're using the Align theme in Shopify, here are some solutions to fix this issue:

 

  1. Adjust mobile text settings in theme customizer:

    • Go to Shopify admin > Online Store > Themes > Customize
    • Navigate to the header section or slider settings
    • Look for mobile-specific typography options
    • Try reducing font size for mobile displays
    • Disable auto-hyphenation if that option exists
  2. Add custom CSS to prevent hyphenation:

    @media only screen and (max-width: 768px) {
      .header-slider h1,
      .header-slider .h1,
      .slideshow__title {
        hyphens: none !important;
        word-break: normal !important;
        white-space: normal !important;
        font-size: 28px !important; /* Adjust size as needed */
        line-height: 1.2 !important;
      }
    }
  3. Simplify heading text:

    • Consider using shorter phrases that don't require breaking
    • Split content into two lines using <br> tags where appropriate
  4. Check theme updates:

    • The Align theme might have updates available that address mobile responsiveness issues

 

Let us know if you want us to do this for you, we'd love to.

Cheers!
Shreya | Untechnickle

Helping for free: hello@untechnickle.com


Don't forget to say thanks, it'll make my day - just send me an email! 


Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App

DaisyVo
Shopify Partner
4334 480 565

Hi @norrisrk  Can you share store url please?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4334 480 565

Hi, Can you share store url please?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution