• Resolved snuggleosophy

    (@snuggleosophy)


    On all of my articles, any pictures that are portrait style are not aligning properly. I have tried left alignment and right alignment, but it still leaves rather ugly gaps wherever I try to use them.

    https://www.snuggleosophy.com/interview-elephant-mum/

    This is an example of one article with the problem.

    I love the theme, but I cannot continue to use it if I continue to have this problem.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Chronus.

    The problem is that headings are blocked elements and are usually not aligned. Therefore a new heading will always appear below the aligned image, and there will be gaps if there is not enough text which fills it up.

    You can change that by using inline styling instead of block style for the headings within the content area.

    Please copy this CSS code and insert it on Appearance > Customize > Additional CSS:

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        display: inline;
    }

    Best,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Portrait style images not aligning properly’ is closed to new replies.