Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
Andrey
ParticipantThe 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
- AuthorPosts
Viewing 1 post (of 1 total)