Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have some floats on it used. As i see it is used for column layout. The easiest way to fix it, is to use <br style=”clear:both” /> after the set of divs that are floated. I dont have ie6 nearby, but i bet it is that problem ??


    ?wiat?em Malowane, zdj?cia ?lubne, fotografia ?lubna

    Ok. Get some good editor that manages projects and searching in files (i sugest aptana). Also get firefox and firebug nad look at any other page:
    You have structure like this:
    <div id=”page”>
    <div id=”insidecopy”>
    content
    </div>
    </div>
    and in css #page is 100% wide, and #insidecopy 1040px wide, and margin 0 auto (centered in #page div).

    on homepage You have:
    <div id=”showcase”>
    <div id=”insideshowcase”>
    hidden content
    </div>
    all other content
    </div>
    css is the same as above. So You are centering the “hidden content” but it is hidden and not shown on page. The main content goes outside #insideshowcase div, so it is not centered.

    I dont kno Yours index.php structure in template, but it is place where i should start searching. Or maybe You use some plugins that adds content automatically and it does it outside centered div?


    ?wiat?em Malowane, fotografia ?lubna, zdj?cia ?lubne

Viewing 2 replies - 1 through 2 (of 2 total)