Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24770

    Using the visual editor with the special heading as 2/3 and then an image as 1/3 with longer headings they do not wrap but extend past the div.

    2wghydg.png

    #124682

    That is with the “Default Style” Switching to “Quote Style Modern” fixes the wrap issue but lose the styling of the default setting.

    #124683

    Hi kcharity,

    This is a necessity to use the special heading with the line after it. What we suggest doing is not use the special heading if you want to have longer headlines and instead use a text block that you style the way you want it. This is what is done in the demo.

    However, if you don’t plan on using the special heading with a line you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    body .av-special-heading>* {
    white-space: normal;
    }

    Regards,

    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Special Heading not wrapping with DIV’ is closed to new replies.