Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help troubleshooting css issue

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #297989

    I was hoping to get some help diagnosing a css issue… I can’t seem to find what css rule is causing the page to horizontally scroll. Something is expanding it past 100% width.

    here is a link to the page in the testing environment… Any ideas?

    http://aaronhaas.com/ga/

    #298110
    uxfed
    Participant

    This code is the culprit. I’m not actually sure why it’s a problem though. I figured transforms off the page wouldn’t cause scroll issues – maybe it’s the 3d nature of it:

    [data-aos=fade-up-left] {
    transform: translate3d(100px,100px,0);
    }

    #298112

    that was it. thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.