• I currently have an absolutely maddening bug with the ‘Author’ theme that makes zero sense to me.

    I recently switched themes from WP’s 2014 to Author. In the process, almost every page that uses columns and buttons have had their text compressed beyond readability and I cannot figure out either the ‘why’ or the ‘where to go’ to fix it. There’s nothing in the visual editor that allows me to change column max heights, and I can’t find the right css file to put in a change.

    I’m completely stumped.

    To clarify, what I have is an issue with multi-lines of text (some in a single sentence, others in paragraphs) being condensed down to single lines. It creates an unreadable, unusable, mess. It also only seems to happen when using columns, but that’s the basis of a large part of my site design.

    Assistance is appreciated.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi there,

    I’m sorry to hear about this display bug. I think I see that cause.

    Please try adding the following CSS to the site and let me know if it fixes it:

    .alignfull * {
    line-height: 1.5;
    }

    You can copy and paste this into the Custom CSS section in the Customizer (Appearance > Customize), and it will take affect right away.

Viewing 1 replies (of 1 total)

The topic ‘Weird compression issue with columns’ is closed to new replies.