0
Welcome Guest! Login
0 items Join Now

*SOLVED* Afterburner - Full Width Header

  • *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • Hi there,

      I did look for a solution first but could not find another thread discussing this.

      I need to have a jpg image as a full width banner. I am using the "top" position but obviously the width and the height of the module position need changing to allow for a full width header.

      site I am working on is here: 79.170.40.46/brentmencap.org.uk/

      thanks in advance for your help!
    • Last Edit: 14 years 7 months ago by David Dawson.
    • Rich Bean's Avatar
    • Rich Bean
    • Elite Rocketeer
    • Posts: 1194
    • Thanks: 1

    Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
  • Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • I don't know how to do that. What does "don't assign it from the sprite" actually mean?

      Usually the logo is easy to change as all the images are seperate. this template only has one image so changing the dimensions is a little foreign to me in this template.
    • Tommi's Avatar
    • Tommi
    • Jr. Rocketeer
    • Posts: 34
    • Thanks: 0

    Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • I'm new in HTML/CSS and trying the same as David.

      I made a logo image with gimp with the name logo1.png.
      I dont know how to assign it, my HTML/CSS-knowledge is not good enough.
      Like my english a guess. :-(
      All things i tryied didnt works.

      maybe someone can help adjust the logoline:

      #logo {width:962px;height:100px;background:url(../images/stories/logo1.png) 0 -272px no-repeat;display:block;margin:20px 15px;}

      thank you

      Tommi
    • Rich Bean's Avatar
    • Rich Bean
    • Elite Rocketeer
    • Posts: 1194
    • Thanks: 1

    Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
  • Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • (../images/stories/logo1.png)

      This won't work unless you put in the full route to the file as it will look in the template directory.

      Try changing it to

      #logo {width:962px;height:100px;background:url(../images/logo.png) 0 no-repeat;display:block;margin:0px 0px;}

      Then dump the logo file into the images directory in the template folder.
  • Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • Tommi's Avatar
    • Tommi
    • Jr. Rocketeer
    • Posts: 34
    • Thanks: 0

    Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • David and Richard, thank you very much for your help. :-)
  • Re: *SOLVED* Afterburner - Full Width Header

    Posted 14 years 7 months ago
    • no probs... but I think you helped me more than I helped you :P

Time to create page: 0.067 seconds