Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1254756

    I created a contact form that appears over the easy slider. It looks absolutely perfect in Chrome. And that’s the only place. It’s moved way, way to the right in Firefox, Edge, and Safari. Is there an additional bit of CSS that I can use for Edge, Firefox, and Safari? Or can you correct my CSS below:

    /* Contact form over slider */
    #signup {
    position: absolute !important;
    padding-top:10%;
    top: 100px;
    left: 800px;
    right: 20px;
    float: right;
    z-index:99999!important;
    }

    Thank you.

    #1255155

    Hey djcopywriter,

    I can’t find an element with that ID on the page you linked to, did you remove it? If so then please add it back so that we can see the actual problem.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.