Logo spacing and text alignment- Need help
-
I did search and I was unable to find a solution for me. Currently, I have a temporary logo up and my tagline. The logo is showing fine but the text won’t center align with the logo. How can I get the text to center align and get rid of the excess space above and below the header/logo section?
My site is called Attack of the Book
This is what I have in the user css section. Please help, what am I doing wrong? Thanks in advance!
// Make logo more compact to fit text #site-title #logo{float:none;display:block;} #site-title p.headline{float:none;border:0;display:block;margin:auto;padding-left:0;line-height:normal;} // change the top of comments for admin accounts li.comment .comment-head.role-editor{ background-color:#3873bd; /* blue */ background-image: url(https://yoursite.com/wp-content/themes/mystique/images/_alt/comment-head-trans.png); } // remove excess padding from header #site-title {padding:0;} // hide space under nav bar .header-wrapper .shadow-right{padding-bottom:0;}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Logo spacing and text alignment- Need help’ is closed to new replies.