The registration page is not 100% responsive

in Download Manager Free

Viewing 3 posts - 1 through 3 (of 3 total)
May 15, 2020 at 7:00 pm
#128394
Participant
Thiago Porcel
OP

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

May 17, 2020 at 6:23 am
#128494
Moderator
Nayeem Riddhi
Staff

Hi,

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

Thanks.

May 18, 2020 at 4:12 am
#128596
Participant
Thiago Porcel
OP

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.