0
Welcome Guest! Login
0 items Join Now

login form overflows onto footer in gantry

    • Ortix92's Avatar
    • Ortix92
    • Rocketeer
    • Posts: 56
    • Thanks: 0

    login form overflows onto footer in gantry

    Posted 12 years 4 months ago
    • I'm using the gantry framework with a custom built template. However it seems that the login form, and all the other user related components don't to render correctly.

      Example:
      dev.exo-l.com/index.php?option=com_users&view=login&Itemid=200

      All the tags are closed and w3validation agrees with that too. So what could be causign this? I've been breaking my head on this one for days.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: login form overflows onto footer in gantry

    Posted 12 years 4 months ago
    • add this to your gantry-custom.css

      #rt-mainbody div.component-content form {
      height: auto;
      }

      that failure is caused by a css file called
      dev.exo-l.com/templates/gantry/css/tempstyle.css
      not sure where that is coming from ... I guess you added it yourself.

      Btw days? Use firebug or chrome devtools to track these things down ...
    • Ortix92's Avatar
    • Ortix92
    • Rocketeer
    • Posts: 56
    • Thanks: 0

    Re: login form overflows onto footer in gantry

    Posted 12 years 4 months ago
    • Thanks so much! I have been using firebug, but I didn't realize that that css file was still being loaded. I need to have a chat with the designer. Thanks!

Time to create page: 0.252 seconds