hi,
i'm using Platform 1.3.9 by PageLines
i'm trying to center my header logo.
how do i add the header logo in css? what code do i need?
Thanks!
hi,
i'm using Platform 1.3.9 by PageLines
i'm trying to center my header logo.
how do i add the header logo in css? what code do i need?
Thanks!
support for pagelines themes is at http://www.pagelines.com/support/
Well you can do it manually by adding some center tags around your logo area, In header.php file
are you using this theme: http://wordpress.org/extend/themes/platform
try
put this code in style.css
.branding_wrap img{display:none;}
.branding_wrap .a{
display:block;
height: 60px;
width: 400px;
background: url("http://cdn3.iconfinder.com/data/icons/fugue/icon/question-frame.png") no-repeat left;
}TimDesain, I tried that code and nothing happened. I add the logo through the wp-admin panel. But i'm not sure if it's centred?
What I actually want do, is centre my horizontal menu under the logo. I want the horizontal menu to be the exact same width as the logo.
any thoughts?
productlove.net
your platform has been modified.
so, the code is not working
So, what does that mean?
Is there another way to do it?
You must log in to post.