We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Align text and button left

How do I align my header content to the left on mobile?

Katharina_be
Excursionist
49 0 8

Hi Community,

 

i want the content of my header align left on mobile. same as on desktop

URL is: https://www.betanics.de

 

Could you please support?

 

Thanks

Kathie

Replies 5 (5)

WoodyDev
Shopify Partner
578 115 193

Hi!

 

You want to find the block of code shown below and change the value from 'center' to 'left':

 

@media screen and (max-width: 768px)
.swiper-container:not(.slideshow--full-screen) .homepage-featured-content-box .homepage-featured-content-box-inner, .swiper-container:not(.slideshow--full-screen) .homepage-featured-content-box .homepage-featured-content-box-inner .featured-row__subtext, .swiper-container:not(.slideshow--full-screen) .homepage-featured-content-box .homepage-featured-content-box-inner .homepage-featured-box-btn, .swiper-container:not(.slideshow--full-screen) .homepage-featured-content-box .homepage-featured-content-box-inner .homepage-sections--title {
    text-align: center;
}

 

More than happy to request collaborator access and resolve for you if needed 🙂

Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder

oscprofessional
Shopify Partner
16407 2444 3196

@Katharina_be 
Hello,

 

.site-header__wrapper__center .lazyautosizes.ls-is-cached.lazyloaded {
  width: 100% !important;
}
.site-header__nav-standalone {
	width: 37%;
	position: absolute;
	top: 37%;
	left: 0;
	text-align: left !important;
}

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme-index.min.scss.liquid or theme-index.min.css


Like This

oscprofessional_1-1658149029778.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
WoodyDev
Shopify Partner
578 115 193

@oscprofessional 

 

She wants the header banner content to be left aligned on mobile, not the main menu on desktop 🙂

Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder
oscprofessional
Shopify Partner
16407 2444 3196

@WoodyDev 

  @media screen and (max-width: 768px)
.swiper-container:not(.slideshow--full-screen) .homepage-featured-content-box .homepage-featured-content-box-inner {
text-align: left !important;
}}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme-index.min.scss.liquid or theme-index.min.css

Like This Type ?

oscprofessional_0-1658149460257.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

ReturnPrime
Shopify Partner
488 67 111

Hey  @Katharina_be   ,
Welcome to the Shopify community!
You can follow the instruction below:

  @media screen and (max-width: 768px)
.swiper-container:not(.slideshow--full-screen) .homepage-featured-content-box .homepage-featured-content-box-inner {
text-align: left !important;
}}


please add this to your CSS file. If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Return Prime