• Blog [ redundant link removed ]

    I want to move the blog title to the bottom center of my header (where the dead space is currently), and I am at a complete loss as to how to do it. I’m sure it’s right in front of my face, I just can’t figure it out, anyone here have any ideas?

    • This topic was modified 6 years, 5 months ago by Dan33185.
    • This topic was modified 6 years, 5 months ago by Jan Dembowski.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • h1, .blog_title {
        position: relative !important;
        top: 50px;
    }

    Adding that to your style.css file should do the trick. (From Admin Dashboard, navigate to Appearance < Editor)

    Highly recommend that you have a child theme setup if you do not already, as any update to the theme would wipe this change out.

    If you need help with any of the above, I would be glad toprove you with more info to help you get going in the right direction.

    Thread Starter Dan33185

    (@dan33185)

    That fixed it perfectly, thanks!

    Anytime! Glad I could help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change position of blog title?’ is closed to new replies.