Hello,

I am running a drupal 7 website with the busy theme. I have a language chooser in the block region_header_top_right. But the options to choose the language seems a bit to the left or middle. How can I line it out so it is more to the right? You can see it on the link below.

Thanks in advance!

=> http://bit.ly/XXnQrW

Comments

If you add this css the block

If you add this css the block will align right:

#block-locale-language {
  float: right;
}

Cheers

Tom

Bristol based Drupal web design
BlackLabel Web Design

nobody click here