Viewing 6 replies - 1 through 6 (of 6 total)
  • do you have a link to your site, maybe able to supply you with some CSS to do this?

    Thread Starter prestonking73

    (@prestonking73)

    The theme is already set for center image and nav, just need to change the widths, use the css below:

    #logo {
    float: left;
    text-align: center;
    margin: 10px 0 0;
    width: 100%;
    }

    #header-links {
    float: right;
    width: 100%;
    }

    Thread Starter prestonking73

    (@prestonking73)

    Thant worked perfectly, thank you. Any clue on how to make the header “transparent” I would like to see the background image behind the logo.

    For this particular theme it is the “body-core” that has the background color, removing this would remove all the white of the body, you would need to separate the header from the body-core div and style them separately.

    #body-core
    {
    background-color:transparent;
    }
    Thread Starter prestonking73

    (@prestonking73)

    I see. Thanks for the help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center menu and logo’ is closed to new replies.