mapeze Posted October 23, 2015 Share Posted October 23, 2015 Hello,Here my url:https://www.totemcams.com/shop/en/It uses default bootstrap. When there is no SearchBox in Display Top, I cannot adjust to the right the Cart Block in DisplayTop.My blockcart.css starts with #header .shopping_cart { float: right; padding-top: 50px; position: relative; I could adjust the Cart Block to the right with: #header .shopping_cart { left: 31em; padding-top: 0; position: relative; ... but then the page is not responsive. In an Android the Cart Block would be out of margin. Any ideas? Link to comment Share on other sites More sharing options...
NemoPS Posted October 23, 2015 Share Posted October 23, 2015 Add style="float:right" to the html itselfhttp://screencast.com/t/QPmVJ8GwdU Link to comment Share on other sites More sharing options...
mapeze Posted October 23, 2015 Author Share Posted October 23, 2015 Add style="float:right" to the html itself http://screencast.com/t/QPmVJ8GwdU Thanks for your response. I'm newbie with Prestashop. How should I do that? Link to comment Share on other sites More sharing options...
NemoPS Posted October 23, 2015 Share Posted October 23, 2015 In the theme folder, modules/blockcart, edit blockcart.tpl, and find the wrapper to which you can add the style attribute Link to comment Share on other sites More sharing options...
mapeze Posted October 23, 2015 Author Share Posted October 23, 2015 It worked. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts