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?
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?
sorry for that issue please try this code
@media screen and (max-width: 768px) {
.hero--adapt .hero__title, .hero__slide .hero__title {
font-size: 36px !important;
}
}
@KetanKumar Yesss! It worked
Thank you so much
it’s my pleasure to help us