Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #548762

    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

    #549424

    Hey tredition!

    Try adding this to your custom CSS.

    .av-special-heading {
        overflow: visible !important;
    }

    Best regards,
    Elliott

    #549661

    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

    #549669

    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

    #549755

    Hi Yigit,

    no, the line is still visible. But it is ok. At nomal screen sizes you do’ nt see it.

    Regards,

    Sandra

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive design: Headline is cut’ is closed to new replies.