Jump to content

[SOLVED] How to center the login page?


Recommended Posts

i checked it, you have to change the width of the center block. You need to increase it.

 

take a look:gI255vx.png

 

now you've got there 757 width.

You can change it with simple css style:

#authentication #center_column {width:980px!important;}

put it somewhere into global.css file.

 

effect:

 

Ya9deZz.png

 

 

 

to add margin bottom, to the same code add additional param: margin-bottom:20px; (you can increase / decrease value)

Link to comment
Share on other sites

×
×
  • Create New...