Text not flowing around images

  • Author
    Posts
  • #53450

    I switched website from Nirvana to Septera, and now on several pages the images are blocking out the horizontal space like they are aligncenter when they are actually set to alignright.

    Website: dde.843.myftpupload.com/projects/underway/brand-investment-valuation

    #53848
    Zed
    Cryout Creations mastermind

    In Septera headings are designed to clear (jump below) floating elements. You can override this with custom CSS:

    h1, h2, h3, h4, h5, h6 {
        clear: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #53971

    That’s the ticket, Zed. I figured out it was the heads but didn’t know that coding. Much appreciated!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Text not flowing around images’ is closed to new replies.