Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jecowo Friend
    #157383

    Hello,

    Maybe someone has a solution for my problem.
    I have a logo which has a full size of the header.
    But with the default css the left margin is about 15 px.

    I want to start with the logo on left position 0.
    Then i searched the forums and saw a solution but that gives me an absolute logo and i can get it fixed. My menu and banner header logo are backwards the logo.

    This is my CSS at this moment:

    /* Logo Image —*/^M
    h1.logo {
    left: 0px;
    width: 980px;^M
    height: 62px;^M
    height: 250px;^M
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10;
    }^M
    ^M
    h1.logo a {^M
    /*
    — width: 265px;^M
    *//
    width: 980px;^M
    height: 62px;
    height: 150px;
    display: block;
    background: url(../images/logo.gif) no-repeat left;^M

    Example site: http://www.jecoro.nl/Joomla

    gray Friend
    #366555

    It could be fixed by adding
    margin-left: -16px;
    to h1.logo style declaration.

    This margin seems to be set by main div CSS for the site content; and it’s inherited by the logo CSS.

    jecowo Friend
    #366570

    Thanks a lot.. Live is easy when you know the answer.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  jecowo 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum