• I have a breadcrumb below the navigation
    I want it on the left side. Now it’s to the right and I can`t see why.

    Also I want want space at the left and right of the horisontal navigation and header. Just like the breadscrumb

Viewing 8 replies - 1 through 8 (of 8 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    Thread Starter fkaf

    (@fkaf)

    The line that is causing the problem is:

    html[xmlns] .clearfix {
    display:block;
    }

    in default.css. There isn’t an easy fix for this one… 🙁

    Thread Starter fkaf

    (@fkaf)

    I fixed it.
    The bredcrumb moves to the left if there is a border-top, and I had the border white so it don`t show

    But what about the rest? I need white space on the sider of the navigation. How do I do that?
    At the sides of the header I can do in the image

    default.css:

    #branding {
    margin:0 auto;
    padding:0 0 20px;
    width:980px;
    }
    #nav-content {
    background:url("../../images/nav_header_bg.gif") repeat-x scroll center top transparent;
    border-top:1px solid #CCCCCC;
    font-family:inherit;
    font-weight:bold;
    margin:0 auto;
    width:980px;
    }

    Change the width to 954px in both cases.

    Thread Starter fkaf

    (@fkaf)

    Thanks. But then the bg colour gets #666, the same as the body bg

    Thread Starter fkaf

    (@fkaf)

    Anyone?

    Thread Starter fkaf

    (@fkaf)

    I really want to know if theres a way I can change the bg color beneath the header. Now its the same as the body bg # 666

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

The topic ‘Need some help’ is closed to new replies.