Home Forums Archived Forums Weaver II Theme Headings are not being wrapped with Images / ad blocks

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18186
    Francis787
    Participant

    Hi there,

    Heading (h1,h2,h3,h4,h5,h6) are not being wrapped whenever I use an image or a div block. Please have a review of the following image for a better understanding:

    Any help in this regard would be highly appreciated
    #24244
    Weaver
    Keymaster

    Sorry, that image, even with arrows does not explain your problem.

    Normally, without custom CSS, all headings will cause a break at their end.

    It is not normal practice to have a <div> within a <h*>. It is possible to use <h1>Heading <img src=….></h1> to keep an image next to a heading, but of course, normal width limitations will apply.

    But this seems more like an HTML question rather than a theme question. I would suggest searching the web for how to get <h*> elements to layout how you want.

    #24245
    scrambler
    Moderator

    This is indeed a basic HTML question. For txt to wrap after an h tag, you would need to float the h tag. You can do that with inline style. remember to also add a right margin for separation.

    <h1 style=”float:left;margin-right:10px;”>Your title text</h1>Your wrapped text

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘ Weaver II Theme’ is closed to new topics and replies.