Would like to reduce the width of the registration field - everything below "Login or Register as a New User."

Have looked at the .info .install .module files and do not find any configuration of the width.

Should this be configured within one of those files or within the theme's css file?

Pointers appreciated. New to theming.

Comments

itserich’s picture

I figured out how to set the width in the cached page using Safari Developer.

Adding max-width to these fields did it:

.password-parent{margin:0 0 0 0;max-width:250px;}

.confirm-parent{margin:5px 0 0 0;max-width:250px;}

Still learning how to configure so each time the page is cached it is cached with those settings.

elaman’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Issue is very old. Closing it.