• Hi,

    I’m developing a site in wordpress based on the kubrick theme:

    http://worldatlasoftea.com/

    I’m having some problems getting the background images to display in firefox and aligning the #footer div background graphic in both browsers. The right-hand navigation appears ok in Firefox but drops below the content in IE.

    Can anyone tell me what is causing these problems and/or suggest a fix?

    Many thanks,

    lukemack.

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

    (@chillbilly)

    looks like the kubric bottem image just needs ta be put in the center.

    chillbilly

    (@chillbilly)

    actualy if ya add this too you header.php file for the defualt theme it may help a smidge too…

    <!–[if IE ]>
    <style type=”text/css”>
    * {
    margin:0;
    padding:0;
    border:0;
    }
    </style>
    <![endif]–>

    add it inbetween the <head> and the </Head> tags

    and in your style sheet youll see this WAY down…

    /* Begin Sidebar */
    #sidebar
    {
    padding: 0px 0 0px 0;
    margin-left: 75%;
    width: 20%;
    }

    exept the margin and width wont be in a % they will be in a pixle size…you may need ta bump your side bare over a smidge…the side bar is alighned from the left side of the screen so it will be a high px number.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Kubrick CSS layout.’ is closed to new replies.