Hi, I’m having a problem with relative alignment in the header between the logo image and the site title.
Here’s my site: http://mutablepixels2.us/
As you can see the logo image at the top left of the page isn’t centered with the site title text. I’d either like the logo to move a few pixels higher or lower the site title a few pixels down.
I’ve tried using smaller images, but it doesn’t seem to matter.
Anyone have any ideas?
Thank you–
ThemeOption > Layout > Custom CSS
#site-title img {
margin-top: -15px;
}
You please fine-tune “-15px”.
Hi Terry. Sorry to barge in. May I know how do you get the Logo up as I can’t seem to find it at dashboard Appearance. Thanks.