Jump to content

Moving the Currency and language block more right?


Recommended Posts

Hello guys,

as you can see in the attached pictures my currency and language block is making problems to my Logo!! How can i move currency and language block more right? I think i cant move these blocks in the admin area right?

I searched this forum and think i have to edit the header.tpl i tried to edit this file but nothing changed... i also deleted this file for a test but nothing was changed on the site... how can this be and how can i solve my problem?

many thanks!!

Screenshot:

http://www.abload.de/img/unbenanntsuo8.jpg

Link to comment
Share on other sites

Can someone please help me? I think i already found the code that needs to be changed... its following code in global.css but i dont know how i can move the currency and language block to the center (just more right) so there is enough space for my logo.... can someone give a advice please?


/* block top currencies */
#header_right #currencies_block_top {
   margin: 0.4em 0.5em 0 0;
   float: left;
   width: 6em;
   text-align: left
}
#header_right #currencies_block_top ul li {
   float: left;
   margin-right: 0.2em;
   margin-bottom: 2px
}
#header_right #currencies_block_top ul li a {
   display: block;
   font-size: 0.8em;
   background-color: #f1f2f4;
   border: #595a5e 1px solid;
   text-decoration: none;
   min-width: 1em;
   padding: 0 2px 0 3px;
   line-height: 1.5em;
   text-align: center;
   vertical-align: middle
}
#header_right #currencies_block_top ul li a:hover {
   background-color: white;
   color: black
}
#header_right #currencies_block_top ul li.selected a {
   border: none;
   background-color: transparent;
   font-size: 11px;
   line-height: 1.2em;
   font-weight: bold;
   color: black;
   border: 1px solid white
}
#header_right #currencies_block_top p { clear: left }

/* block top languages */
#header_right #languages_block_top {
   margin: 0.4em 0.1em 0 0;
   float: left
}
#header_right #languages_block_top p { clear: left }
#languages_block_top {
   width: 80px
}
#languages_block_top ul#first-languages li {
   float: left;
   margin-right: 3px
}
#languages_block_top ul#first-languages li.selected_language {
   float: left;
   margin-right: 0.3em
}

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
Hello guys,

as you can see in the attached pictures my currency and language block is making problems to my Logo!! How can i move currency and language block more right? I think i cant move these blocks in the admin area right?

I searched this forum and think i have to edit the header.tpl i tried to edit this file but nothing changed... i also deleted this file for a test but nothing was changed on the site... how can this be and how can i solve my problem?

many thanks!!

Screenshot:

http://www.abload.de/img/unbenanntsuo8.jpg


Did you find a solution for this? I also hava same problems and I want to move currency more to the right ... Thank you!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...