Jump to content

Jak přesunout blok s měnami?


Inuska

Recommended Posts

Potřebovala bych přesunout blok s měnami k pravému okraji záhlaví, pod blok s uživatelskými informacemi, kde to můžu udělat? V současné době je blok nahoře uprostřed a vypadá to hrozně... www.jrfarm.cz Pokud je to úprava .css, tak prosím o radu včetně tipu na editor.

Link to comment
Share on other sites

Skus /themes/prestashop/css/global.css na riadku 678

/* block top currencies */
#header_right #currencies_block_top {
   margin: 0.4em 0.5em 0 0;
   float: left;
   width: 8em;
   text-align: left
}



upravit na:

/* block top currencies */
#header_right #currencies_block_top {
   margin: 1.5em 0 0 0;
   float: right;
   clear:right;
   text-align: left
}

Link to comment
Share on other sites

Skus /themes/prestashop/css/global.css na riadku 678

/* block top currencies */
#header_right #currencies_block_top {
   margin: 0.4em 0.5em 0 0;
   float: left;
   width: 8em;
   text-align: left
}



upravit na:

/* block top currencies */
#header_right #currencies_block_top {
   margin: 1.5em 0 0 0;
   float: right;
   clear:right;
   text-align: left
}



Funguje, díky moc!
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...