Forums

Need some help (9 posts)

  1. fkaf
    Member
    Posted 1 year ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

  3. fkaf
    Member
    Posted 1 year ago #

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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... :-(

  5. fkaf
    Member
    Posted 1 year ago #

    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

  6. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

  7. fkaf
    Member
    Posted 1 year ago #

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

  8. fkaf
    Member
    Posted 1 year ago #

    Anyone?

  9. fkaf
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic