The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Upside down
Hello there.
Lots of questions recently and since I am on a roll, here is another one. What is the best way to remove everything from the top. (Header and log in Signup) and move it below the content? I.E. Between the footer and content? https://vborg.vbsupport.ru/attachmen...1&d=1446796643 Thank you all. . . |
#2
|
||||
|
||||
You want users to go to the bottom of the page in order to login? I guess I would first try it by using CSS.
|
#3
|
||||
|
||||
Quote:
For me, the post or content is more important than the header and therefore should get priority. Log in should be the last thing anyone is presented with. It is the content that swings a persons inclination to sign up/ log on and as above, this has to take priority. Thanks for your interest. . . . |
#4
|
|||
|
|||
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; } |
#5
|
||||
|
||||
Quote:
I applaud you. . . .:up::up::up: |
#6
|
|||
|
|||
I think for the header you just can have a small text image logo for identification of your site on top. So it will take only small space. This will not distract your content first priority. Since all websites in the world has logo on top.
|
#7
|
||||
|
||||
Thanks for your help. . . It looks closer to what I want.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|