Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Field not adjusting to responsice – Toolset Bootstrap 1.2

$
0
0

Dear anilA,
I have checked this CSS issue and this is due to CRED Form Zebra CSS (which is still used with CRED 1.2.6). In our coming version 1.3; we have removed this zebra CSS implementation in CRED. This will make it easy for any developers to apply their own styling to the CRED forms.
For the meantime, I have added this temporary CSS in your Toolset Bootstrap child theme CSS as a workaround:

.myzebra-style-label input {
	margin-bottom:5px !important;
}

input#geocomplete {
	margin-bottom:0 !important;
}

#loginform #user_login {
	width:90% !important;
}

#loginform #user_pass {
	width:90% !important;
}

Feel free to further add your own CSS to the child theme to style your forms. You might need to add !important attribute to override them (this is no longer needed with the coming version CRED 1.3). Please let me know how it goes. Thanks.

Cheers,
Emerson


Viewing all articles
Browse latest Browse all 20145

Trending Articles