0
Welcome Guest! Login
0 items Join Now

Afterburner2 - background image

    • AndyBo's Avatar
    • AndyBo
    • Hero Rocketeer
    • Posts: 309
    • Thanks: 2

    Afterburner2 - background image

    Posted 12 years 20 hours ago
    • Thanks for giving the world Afterburner2..... :cheesy:

      Can I tweak the code somewhere to put a background img (just a standard jpg or gif I want to repeat for the background) for the header and footer ares of the template?

      Thanks!
    • rowanwins's Avatar
    • rowanwins
    • Jr. Rocketeer
    • Posts: 24
    • Thanks: 0

    Re: Afterburner2 - background image

    Posted 11 years 11 months ago
    • The gantry site is a good place to start understanding how to customise the site. See this page here www.gantry-framework.org/documentation/j...custom_stylesheet.md

      Basically you'll need to create a new css file and place your code in there, something like this should give you a full size bg

      html {
      background: url(images/bg.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      }

      Hopefully that gets you on your way

Time to create page: 0.047 seconds