Hi,

When you install Drupal with the Bartik Theme, you will have in your first left column the option to login into the site.

As dummy, I'm looking already for some days to the possibility to put the input field for userid and password on top of my drupal side or to redesign the login block by changing the font size of the word User and Password.

Is there anyone who can help me to either guide me to a sollution where I can put into the right upper corner the field user id and password with a login button, either how I can change the formatting of this login block.

Already many thanks to bring me on the right track.

Grtz,
Kris.

Comments

chaz1975’s picture

You can change the location of your login block in the Block administration (admin/structure/block). Find the login User Login block (probably in the Sidebar First region) then use the dropdown to put it in the Header region. The login should then appear at the top of the page.

To get it to look how you want it to you will need to add some CSS. The User Login block has the id of block-user-login, so add your new styles after #block-user-login in your CSS file.