Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Like regular widget titles, HTML tags are stripped from the widget as it is invalid to have tags like <p> inside a header (h1, h2, h3..) tag.

    Why does your client want to wrap the 2nd footer widget in a specific way? Can’t the desired outcome be accomplished with CSS?

    Have a look at the :nth-child, :before and :after CSS statements.

    .footer .widget:nth-child(2) { ... }

    Otherwise, disable showing of the title by unchecking “show title?” in the widget settings and craft your own title in the widget block its content. ??

    Hope that helps!

    Thread Starter mapgrrl

    (@mapgrrl)

    that helps! thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘unable to wrap Widget titles’ is closed to new replies.