WPMU-nelo 2.1. Top Right Header not displaying properly

I am using the WPMU-Nelo. 2.1 theme at http://www.urbanconnection.com and the Top Right Header is positioned below the Top Left and Center Headers. Is there a setting somewhere I can configure this be display properly?

Thanks

  • urbanconnection
    • New Recruit

    Sorry…I am referring to the Home Box Left, Center and Right Header, not the Custom Header image. I wanted 3 columns instead of 2 on the lower half of the page, which is how your theme is presented on your site. The custom header image is fine.

    Thanks for the quick resonse!

  • freeblogger
    • Site Builder, Child of Zeus

    I’ll bump this post since it seems it was never really resolved and mine is doing the exact same thing…the box left, box center, and box right of the Nelo theme are there, but the box right is dropping to the next row down, I am using Firefox ver. 3.5.6 on a Toshiba Laptop display is 1360×768, it was already doing it on my Dell Inspiron laptop, same display settings, but wasn’t on this one so was over looking it, but updated BP and now it is doing it on both pc’s, it may be a display problem because of the laptop display settings or something, but if that is the issue then perhaps there would be a fix I could do in the CSS or something to get it to be fluid to a certain point?

  • freeblogger
    • Site Builder, Child of Zeus

    This seems to be a Firefox only issue, I have checked it in the latest IE, Opera, Chrome, and will be checking it in Safari in a few, and so far it shows up great in all browsers except for Firefox, even with the browser window shrank down it still holds its shape like it is supposed to, but Firefox is dropping the box right regardless of being full screen or windowed…on both of my laptops…

    Brad

  • freeblogger
    • Site Builder, Child of Zeus

    I should have thought of that, sorry, here is the screen cap…also too, if you want to try, the resolution I have set is 1366×768, it is on both Windows 7 64 Bit and Windows Vista 32 Bit, it shows up fine in every browser, Opera, IE, Safari, and Chrome, the only one it is doing this in is FireFox and I am running version 3.5.x

    guess it would even help if I gave the url? Geesh..if I took my brain along with me I might be dangerous LoL….politicallygrounded.com

    [attachments are only viewable by logged-in members]

  • freeblogger
    • Site Builder, Child of Zeus

    Ok, if I use Alessandro Raffa’s plugin Remove “BuddyPress Admin Bar” plugin then it fixes the drop down on my Toshiba laptop, though it is still dropping the right box on my Dell laptop. The next problem though is without the admin bar when you attempt to login via the regular username and password area you get a 43 forbidden Bye Bye, SPAMBOT!

    Login works with buddypress admin bar login.

  • freeblogger
    • Site Builder, Child of Zeus

    I am, I will look at the buddypress theme and see what they look like as a main them for the site….

    I have rectified the issue however….the box was dropping and only in FireFox, all other browsers were showing correctly… this line of code in the CSS was the culprit

    #box3 {

    margin: 0px;

    float: left;

    width: 290px;

    padding-right: 0px;

    padding-left: 10px;

    }

    Changed the code to

    #box3 {

    margin: 0px;

    float: left;

    width: 288px;

    padding-right: 0px;

    padding-left: 10px;

    }

    It now shows properly in all browsers.