Hello
i want to move block currencies and block languages module to the left hand side (right after call us message)
im using default template in prestashop 1.6 (bootstrap theme)
Posted 16 May 2014 - 11:13 AM
open file: /themes/default-bootstrap/css/modules/blockcurrencies/blockcurrencies.css
change:
#currencies-block-top { float: right; border-left: 1px solid #515151; position: relative; }
to:
#currencies-block-top { float: left; border-left: 1px solid #515151; position: relative; }
then open: themes/default-bootstrap/css/modules/blocklanguages/blocklanguages.css
and change:
#languages-block-top { float: right; border-left: 1px solid #515151; position: relative; }
to:
#languages-block-top { float: left; border-left: 1px solid #515151; position: relative; }
free tutorials, free templates, free addons, prestashop modules