Hello @Pbalazs89,
Thanks for writing in!
Did you added this custom css?
.eg-vanburentextoverlay-element-0 {
font-size: 17px;
line-height: 20px;
color: #ffffff;
font-weight: 800;
display: inline-block;
float: left;
clear: both;
margin: 20px 20px 20px 20px;
padding: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
background: transparent;
position: absolute;
height: auto;
width: auto;
top: 0px;
left: 0px;
z-index: 2 !important;
text-transform: uppercase;
}
Please have it updated and use this instead:
.eg-vanburentextoverlay-element-0 {
font-size: 17px;
line-height: 20px;
color: #ffffff;
font-weight: 800;
display: inline-block;
float: left;
clear: both;
margin: 20px 20px 20px 20px;
padding: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
background: transparent;
position: absolute;
height: auto;
width: auto;
top: 0px;
left: 0px;
z-index: 2 !important;
text-transform: uppercase;
max-width: calc(100% - 40px);
word-break: break-word;
}
Please let us know if this works out for you.