Skip to:
Content
Pages
Categories
Search
Top
Bottom

buddypress header width


  • RaymondCrisostomo
    Participant

    @raymondcrisostomo

    my site is uebatibot.noyfinance.com, i want to make the width of my header 100%, but no matter what i do, i cant do it right please help.

    and i also wanted to know how can i make the navigation be at the left side instead on the right thanks

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

  • amanor
    Participant

    @amanor

    I am following your post because I need the answer to your question too.


    giannisff
    Participant

    @giannisff

    You must do some changes to your style.css file, also to your header.php file.
    Change to your style.css (keep a backup anyway) I note only the changes…

    body {
    max-width:100%;
    width:100%;
    }
    div# container {
    width:1150px;
    margin:0 auto;
    }
    /*————————————————————–
    ADD THIS
    ————————————————————–*/
    #header-in {
    width:1150px;
    margin:0 auto;
    }

    Now open your header.php file.
    after the head>
    make this


    <div id="header-in" onclick="location.href='http://www.yourdomain.com/';" style="cursor: pointer;">

    false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>




    To change the navigation align go to style.css and change this
    #navigation {
    position: relative;
    text-align: left;
    }

    This way it works for me. I am not sure that is the best way. Just try it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘buddypress header width’ is closed to new replies.
Skip to toolbar