Blog post titles align left, but don’t spread to content width

  • Unknown's avatar

    Hello! I’m playing with how my blog posts display right now, and having an issue with the titles. When I click into a specific post, I’d like the title to align left, then match the width of the content. Instead, it’s as if there’s a weird margin on the right hand side and titles get squished so they’re not reaching all the way over. I can’t seem to find the cause or a way to change this…any insights? I use the Assembler theme, if that helps. Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Hi Julie! This layout is caused by the “text-wrapproperty. Its goal is to have more balanced lines, but it sometimes looks odd. You can remove it using the following CSS code:

    bloquote, h1, h2, h3, h4, h5, h6 {
      text-wrap: wrap;
    }

    Let us know if that helps!

  • Unknown's avatar

    Thank you! That did it!

  • The topic ‘Blog post titles align left, but don’t spread to content width’ is closed to new replies.