0
Welcome Guest! Login
0 items Join Now

SOLVED Zimu Foundation Website - Afterburner2

  • SOLVED Zimu Foundation Website - Afterburner2

    Posted 9 years 8 months ago
    • http://www.zimufoundation.org

      Simple site implemented with a customized Afterburner2 template integrating JoomDonation (currently hidden pending tax-exempt status), JoomGallery and FlexiContact Plus.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Zimu Foundation Website - Afterburner2

    Posted 9 years 8 months ago
    • Nice. Personally, I would push footer to the bottom of the pages where you don't have enough content to fill the height of the page
    • Check my services at: Mihha-Vision
  • Re: SOLVED Zimu Foundation Website - Afterburner2

    Posted 9 years 8 months ago
    • Thanks, Igor. Is there a simple way to do this? I assume it would be setting min-height to 100% on some container in my custom css file(?)
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Zimu Foundation Website - Afterburner2

    Posted 9 years 8 months ago
    • No, actually I thought something like this


      div#rt-footer {
      position: fixed;
      width: 100%;
      bottom: 0;
      }
    • The following users have thanked you: Dan Hansen

    • Check my services at: Mihha-Vision
  • Re: SOLVED Zimu Foundation Website - Afterburner2

    Posted 9 years 8 months ago
    • Beautiful! I actually tried something like that before based on another post I found, and it didn't initially work for me -- but then I thought to clear the Joomla cache and it was fine.

      Thanks!!

      DH
  • Re: SOLVED Zimu Foundation Website - Afterburner2

    Posted 9 years 8 months ago
    • I found that this ended up cutting off content at the bottom of the longer pages, so had to add this:


      div#rt-mainbody-surround {
        padding-bottom: 60px;
      }

Time to create page: 0.044 seconds