Inuska Posted January 9, 2011 Share Posted January 9, 2011 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 More sharing options...
JanaP Posted January 16, 2011 Share Posted January 16, 2011 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 More sharing options...
Inuska Posted January 16, 2011 Author Share Posted January 16, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now