SWcoins.com Posted March 29, 2014 Share Posted March 29, 2014 Prestashop Version 1.6 BlockBanner Version 1.3 Site: https://www.swcoins.com I have a banner sized: 1170x65 which I see is hard coded into the img tag. However, the banner appears to be aligned center on higher resolution screens (see screen shot). I have played around with the banner css tag in global.css, I have tried to alter the TPL code in the BlockBanner Mod folder, I have turned off cache, refreshed my browser... Using float:left I get the banner to move but it pops out of the header and messes up. I have tried left:0px; margin-left:0px;, etc... with no effect. Can anyone tell me how I can get the BlockBanner image moved to the left side of the screen? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted March 29, 2014 Share Posted March 29, 2014 Put this code in your css and it will solve the issue header .banner .container { margin-left: 0 !important; } 2 Link to comment Share on other sites More sharing options...
SWcoins.com Posted March 29, 2014 Author Share Posted March 29, 2014 You are the master! Thank you so much for the very effective solution and ultra fast response! 1 Link to comment Share on other sites More sharing options...
tdv54 Posted June 12, 2014 Share Posted June 12, 2014 How to insert my link to this banner (not the www.myshop.ru, for ex. www.myshop.ru/sale)? Prestashop Version 1.6 BlockBanner Version 1.3 1 Link to comment Share on other sites More sharing options...
Recommended Posts