Center logo using CSS?
-
I got some help on how to change the size of my logo in my title. But now I need help on centering the logo using CSS? Can somebody help me with a step-by-step process? Or something that I can paste onto the CSS?
Thanks for any help!
The blog I need help with is: (visible only to logged in users)
-
Thank you for your question.
I tried to access your site http://rushcountyfoundation.org/ but i couldn’t because you have marked the site as private.
Are you talking about the large logo displayed on this protected page ttp://rushcountyfoundation.org/ ?
If not then could you please grant me your site access so that i can view it and provide you solution?
Kind Regards,
Vinod Dalvi -
You could try something like this:
#logo-wrap { display: inline-block; float: none; text-align: left; } #header-container { text-align: center; }
- The topic ‘Center logo using CSS?’ is closed to new replies.