Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to center quform and still keep resonsiveness? #7164
    Andrey
    Participant

    The solution [almost] worked, I had an issue with the form not fitting a screen smaller than the set width, I was able to correct it by adding a max-width clause, just wanted to share my solution just incase anyone else was having a similar issue. Final css code for the “Form outer wrapper” was:

    margin: 0 auto;
    width: 500px;
    max-width: 100%;

    -Andrey

Viewing 1 post (of 1 total)
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy