Login Form Horizontal Length of Boxes - Joomla! Forum - community, help and support
hi everybody,
i need change dimensions of boxes in login form module. i'm using modified rt_haiku template (free rocketthemes). want make username , password boxes same size horizontally search box above it. i'm not having luck figuring out in css or anywhere.
my site @ [color=maroon]www.socialistorganizer.org. appreciated!
thanks,
cargohook[/color]
i need change dimensions of boxes in login form module. i'm using modified rt_haiku template (free rocketthemes). want make username , password boxes same size horizontally search box above it. i'm not having luck figuring out in css or anywhere.
my site @ [color=maroon]www.socialistorganizer.org. appreciated!
thanks,
cargohook[/color]
try adding following in css file:
code: select all
#mod_login_password, #mod_login_username {
width: 140px;
}
Comments
Post a Comment