responsive center of text field in window
-
Hi everyone,
I’m using pop-up maker and i’ve got a css question here :
https://xarax.pro/exohealthfit/
The pop-up pops a few seconds after the page has loaded. I’ve centered all from “Inscription” to the end of the window with this css code :
form#sib_form_2-form p {text-align: center;} .widget_sib_subscribe_form .widgettitle {text-align: center;} form#sib_form_2-form input[type=text], form#sib_form_2-form input[type=email], form#sib_form_2-form select {margin-left: 15% !important;}
But when i resize my window, the text field isn’t responsive. It’s this part of the css :
form#sib_form_2-form input[type=text], form#sib_form_2-form input[type=email], form#sib_form_2-form select {margin-left: 15% !important;}
Could anybody point me to the solution ?
Thanks for your help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘responsive center of text field in window’ is closed to new replies.