Elxis CMS Forum

Extensions => Modules => Topic started by: bcrow on May 23, 2010, 14:13:37

Title: login module problem
Post by: bcrow on May 23, 2010, 14:13:37
hello everybody
the location of the boxes look very bad.the password box is not under username box.how can i make it right?
many thanks
Title: Re: login module problem
Post by: bcrow on May 23, 2010, 14:43:59
and also when i try to log out it doesnt let me to do.how can i fix these?
Title: Re: login module problem
Post by: webgift on May 23, 2010, 15:06:18
Give us  a link.
Title: Re: login module problem
Post by: datahell on May 24, 2010, 13:07:50
The page layout is controlled by the template's css. Not by Elxis.
Here are 2 sample templates that display the input/checkbox at the login module as you want:

Phloxenia (free)
http://hotels.isopensource2.com/ (http://hotels.isopensource2.com/)

IOS Clean (commercial)
http://eshop.isopensource2.com/ (http://eshop.isopensource2.com/)

Here is how you can do this trick with css:

div.userlogin label { padding: 0; display: block; float: left; width: 78px; }
div.userlogin br { clear: both; line-height: 1px; }

Title: Re: login module problem
Post by: bcrow on May 25, 2010, 17:29:00
datahell where do i need to paste that code?costumize layout or template css?
Title: Re: login module problem
Post by: ks-net on May 25, 2010, 17:40:59
you can add in any css file .. even inside index.php of you tpl(inline css)

BUT
for formatting and customizing we prefer customize.css

before adding the code... check if already exists, if so.. modify properly!
Title: Re: login module problem
Post by: bcrow on May 25, 2010, 20:01:35
i m using dream white template and i couldnt find the code u send.can u please modify for me and send the costumize.css here.many thanks
Title: Re: login module problem
Post by: ks-net on May 25, 2010, 20:16:32
simply ....
add the code in customize.css