• Resolved Dan33185

    (@dan33185)


    Hello,
    I’m having an issue with my site. This is a “page” in WordPress, and the title is way out of wack, as you can see:

    http://music4humans.us/minnesota-artists/

    It’s supposed to say “Minnesota Artists” on the title, and all you can see is “Min” way off the left for some reason.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • sinip

    (@sinip)

    Hello Dan33185.

    Try to add this piece of CSS to Appearance -> Customize -> Additional CSS:

    @media (min-width: 768px) {
    	.page .singlepost.entry { margin-top: 80px; }
    	.page h1.post_title { margin-left: 20px; }
    }

    Please let me know if it works.

    • This reply was modified 7 years ago by sinip.
    Thread Starter Dan33185

    (@dan33185)

    That worked, I had to push the margin-left to 60px and it worked perfect, thanks for the advice!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with “page” title layout’ is closed to new replies.