The registration page is not 100% responsive

Viewing 3 posts - 1 through 3 (of 3 total)
#128394

Thiago Porcel
Participant

Hello, the registration fields are not 100% responsive, I tried to solve it in additional CSS and I couldn’t. Is there a CSS code to solve it in the additional CSS of WordPress?

Can someone help me?

Here is an example image, last name field and confirm password leaving outside the DIV:
https://prnt.sc/shjbe7

#128494

Nayeem Riddhi
Moderator

Hi,

Can adjust from Downloads > Settings > User Interface enabling/disabling styles/scripts. it may help you. let me know.

Thanks.

#128596

Thiago Porcel
Participant

I solved it with the code below, thanks!

@media screen and (max-width:580px) {
div#wpdmreg .col-sm-5, div#wpdmreg .col-sm-6 {
padding-left: 15px!important;
}
.w3eden .row, .w3eden .form-group {margin-bottom: 0!important;}
.w3eden .input-group { margin-top: 15px!important;}
.w3eden .btn {margin-top: 15px;}
}

@media screen and (min-width:581px) {
div#wpdmreg .col-sm-5 {
margin-bottom: 5px;
}

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘The registration page is not 100% responsive’ is closed to new replies.