• Resolved myopinion25

    (@myopinion25)


    The page titles of all the pages, outside of the homepage are running vertical, and I’m not sure why. Is there any way to fix this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @myopinion25,

    It looks like you have a max width of 20px set on the element .page-title-container .page-header.

    You will want to remove that to prevent the page titles from rendering vertically.

    If you are unable to remove it, you can override it in the ‘Additional CSS’ section of the theme customizer (Appearance > Customize > Additional CSS).

    .page-title-container .page-header {
       max-width: 100%;
    }

    Let us know if that helps.

    Evan

    Thread Starter myopinion25

    (@myopinion25)

    Hey,

    Thanks so much, this fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Titles are vertical’ is closed to new replies.