Jump to content


Photo

move block languages and currencies to the left hand side

prestashop theme default bootstrap move blockcurrencies blocklanguages modules addons

  • Please log in to reply
1 reply to this topic

#1 DEFTONES

DEFTONES

    Advanced Member

  • Members
  • PipPipPip
  • 46 posts

Posted 08 May 2014 - 09:52 AM

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)



looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 vekia

vekia

    Advanced Member

  • Members
  • PipPipPip
  • 10166 posts

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 MndfRK4.png  lpHMrZ5.png  gtKHYO7.png  google-48.png






Also tagged with one or more of these keywords: prestashop, theme, default, bootstrap, move, blockcurrencies, blocklanguages, modules, addons