Help with hero text width on mobile version

Hi, I’m having problems with my hero’s title and subtitle on mobile version. They are too wide and the words don’t fit on the screen. It only happens with the hero section, the rest of the site looks good.

Can anyone help?

https://hazmeamarillo.com/

1 Like

@florchmr

sorry for that issue please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
.hero--adapt .hero__title, .hero__slide .hero__title {
    font-size: 36px !important;
}
}
1 Like

@KetanKumar Yesss! It worked :grinning_face_with_smiling_eyes: Thank you so much

1 Like

@florchmr

it’s my pleasure to help us