Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ldelacruz0204

    (@ldelacruz0204)

    Correction! the phone systems link is also an incorrect wrap around. I was trying to show you 2 incorrect pages and 1 correct page.

    the ‘correct’ wrap has the linked image inserted into the h1 tag; while the others have the linked image inserted in a paragraph tag before the h1 tag.

    the h1 tag is formatted with ‘clear: both;’ which breaks the wrapping for anything outside of it.

    you can either use the ‘text’ setting of the page editor to move the linked image html into the h1 tag, or use CSS to remove the ‘clear: both;’ from the h1 tag for the involved pages.

    CSS (to be added into style.css of a child theme, or via a ‘custom CSS’ plugin) for the example of the ‘camera’ page:

    .page-id-12 .entry-content h1 { clear: none; }

    Thread Starter ldelacruz0204

    (@ldelacruz0204)

    @alchymyth

    For SEO and using the H1 tag for SEO purposes would it be better to leave the image out of the H1 tag?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text wrap around picture’ is closed to new replies.