Hi Kriesi-Team,
at our homepage we have the problem, that our heading “Das moderne Verlagskonzept” does not wrap on smaller screens (please see the enclosed screenshot). How can I influence this?
Regards,
Sandra
Hey tredition!
Try adding this to your custom CSS.
.av-special-heading {
overflow: visible !important;
}
Best regards,
Elliott
Hi Elliott,
thanks, that works! Now there is just a new line that you can see if you make the window smaller (please see the enclosed screenshot).
Do you know how I can hide this line?
Regards
Sandra
Hey!
I could not reproduce it but please try adding following code to Quick CSS in Enfold theme options under General Styling tab and check if it helps
.home #av_section_1 .hr.hr-invisible {
opacity: 0;
}
Cheers!
Yigit
Hi Yigit,
no, the line is still visible. But it is ok. At nomal screen sizes you do’ nt see it.
Regards,
Sandra