Header Logo restriction

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • WhiskeyOSS
    Senior Member
    • Apr 2010
    • 416

    Header Logo restriction

    I have been trying to edit the logo for vb5 and it will only allow me to upload up to a certain size and I would like to be able to have a bigger one it is only allowing me a max size of 80 x 320 and I would like for it to be bigger and it seems to be restricted to no larger than that size.
  • soniceffect
    Senior Member
    • Feb 2005
    • 938
    • 4.2.X

    #2
    For anything larger than the standard size I would use stylevars rather than sitebuilder for this purpose.
    Husky Owners Forum - For all Siberian Husky Owners

    Comment

    • Banky
      New Member
      • Dec 2009
      • 1
      • 5.0.0

      #3
      With stylevars there is no difference. The maximum width is 320px.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74160

        #4
        Part of the size constraint is probably Javascript. The default is developed to a Style Guide that doesn't fit everyone's needs. Open a thread in the appropriate support forum and we'll be happy to help you workaround this issue.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • AzhriaLilu
          Senior Member
          • Aug 2003
          • 1388

          #5
          You can use some overriding css in the css_additional.css template.

          #header .site-logo {
          background: url("yourdomain.com/image url") no-repeat scroll 0% 0% transparent !important;
          max-width: 600px; (or whatever width you want)
          min-height: 100px; (or whatever height you want)
          }

          #header .header-cell {
          background: transparent !important;
          min-width: 500px;
          width: auto;
          height: 100px;
          }
          I know violence isn't the answer . . . I got it wrong on purpose
          Rep Owners - New forum for reptile owners/lovers
          sigpic

          Comment

          Related Topics

          Collapse

          Working...