Back to vBulletin 5.x Template Modifications

Main Top Login/User Bar moved to Bottom
Mod Version: 1.00, by napy8gen

vB Version: 5.1.9 Rating: (0 vote - 0 average) Installs: 5
Released: 07 Nov 2015 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

Put this in css_additional.css
style manager> style name> edit templates> css templates> css_additional.css

This is the basic.
Work on user drop down and login drop down.
But not tested with other drop down forms it may affected on them
HTML Code:
/* move to bottom */
#main-navbar, #main-navbar-wrapper {
    position:absolute;bottom:0px;left:0px;
}
/* parent holder */
html{position:relative}
/* give space for the login bar */
#footer-copyright {
    margin-bottom: 70px!important;
}
/* made the user drop down - drop upward */
.b-menu__dropdown-submenu {
    top: auto!important;
    bottom:45px!important;
}

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024