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?
]]>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.
]]>