How to change size of mobile style header logo?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GasMan320
    Senior Member
    • May 2006
    • 206
    • 4.2.X

    [Forum] How to change size of mobile style header logo?

    I'm trying to upload my own header logo for my forum's mobile style. Unfortunately if I upload anything that is larger in height than the default vBulletin logo, instead of pushing the forum blocks downwards to accomodate the larger logo, it simple pushes all the forum blocks to the right side of the logo and there is an empty long column of white space below the new logo.

    Where can I edit the CSS or style vars to enter in the new dimensions of my logo?

    Thank you!
    Location Import Error Fix For Facebook Connect Users
  • Matthew Gordon
    Senior Member
    • May 2002
    • 3243
    • 1.1.x

    #2
    This is just a guess, I haven't tested it at all. Let me know if it works.

    Edit the vbulletin.css template for your mobile style, find:
    Code:
    #header {
    	padding: 5px;
    	height: 41px;
    }
    Change the height to the height of your new header + 5.

    Comment

    Related Topics

    Collapse

    Working...