Forums

how to center my header logo (7 posts)

  1. productlover
    Member
    Posted 6 months ago #

    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!

  2. cubecolour
    ɹoʇɐɹǝpoɯ
    Posted 6 months ago #

    support for pagelines themes is at http://www.pagelines.com/support/

  3. orpatech
    Member
    Posted 6 months ago #

    Well you can do it manually by adding some center tags around your logo area, In header.php file

  4. timDesain
    Member
    Posted 6 months ago #

    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;
    }
  5. productlover
    Member
    Posted 6 months ago #

    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

  6. timDesain
    Member
    Posted 6 months ago #

    your platform has been modified.
    so, the code is not working

  7. productlover
    Member
    Posted 6 months ago #

    So, what does that mean?

    Is there another way to do it?

Reply

You must log in to post.

About this Topic