Venture Theme - Add line break in slideshow header

Hi,

The below code can handle the maximum width on desktop and mobile phones.

.hero-content__title-wrapper {
  max-width: 500px;
}
@media (max-width:768px) {
.hero-content__title-wrapper {
  max-width: 290px !important;
}
}

Cheers!

1 Like