Customizing form CSS: Adjusting floated form elements
Some of the generic stylesheets included with the plugin use the CSS property definition “float” to align the form label and input tags next to each other in a pure CSS fashion. Sometimes, CSS from the...
View ArticleCustomizing form CSS: Setting maximum form width
If you use a theme that has a fairly wide main content area and couple that with one of the plugin’s default stylesheets that uses a percentage width for the form, you may find it useful to add a...
View ArticleCustomizing form CSS: Custom login form with side-by-side inputs
I do get requests from time to time about how to put form elements side-by-side. This example will show you how to take the default login form, apply a wrapper for the rows, and some CSS that will...
View ArticleCustomizing form CSS: Login widget with inline inputs
This post is an example of manipulating the WP-Members login widget to display inline (inputs on a single line). Since the involves some HTML changes and some specific CSS, please consider this an...
View Article