Forums

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

Home Forums CSS Firefox and Safari is bugging out on me

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

    I have a few issues with this site – pipedream.wpengine.com and the way it functions in different browsers. The Arrow which should be at the bottom underneath the Sky’s the Limit line goes to the top in Firefox and then in Safari acts weird if you make your window small and narrow. I need this to operate underneath the words in all browsers and not be all over the place in firefox. Any help is appreciated.

    #242925
    Atelierbram
    Participant

    Maybe try to define .arrowbtnalso outside any mediaquery, like

    .arrowbtn {
        /* stuff */
        position: absolute;
        bottom: 30px;
        left: 50%;
    }
    
    #242937
    jonathanober
    Participant

    you are awesome.

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