ipresta Posted May 2, 2014 Share Posted May 2, 2014 Prestashop 1.6 - How to place small banner below slider Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2014 Share Posted May 2, 2014 create full width slider: full width slider prestashop 1.6 then with theme configurator module add new banners to displayTopColumn section (module theme configurator must be placed below homeslider under modules > positions > displayTopColumn modules llist) 3 Link to comment Share on other sites More sharing options...
ipresta Posted May 3, 2014 Author Share Posted May 3, 2014 (edited) Small banners are not below the slider Thanks in advance Edited May 4, 2014 by ipresta (see edit history) Link to comment Share on other sites More sharing options...
kapees Posted May 25, 2014 Share Posted May 25, 2014 Same problem, they do not wan't to show up below the slider Link to comment Share on other sites More sharing options...
vekia Posted May 25, 2014 Share Posted May 25, 2014 change: /* Top hook CSS */ #htmlcontent_top { float: right; width: 33%; max-width: 391px; padding-left: 4px; } to: /* Top hook CSS */ #htmlcontent_top { width: 100%; clear: both; } in: /modules/themeconfigurator/css/hooks.css Link to comment Share on other sites More sharing options...
cinny2205 Posted September 19, 2014 Share Posted September 19, 2014 Hi, I tried, but the slider is not in full width. http://www.luenhinghk.com/ecommerce/index.php I have set the homeslider to 1170px and set both homeslider and themeconfigurator at DisplayTopColumn. How to make the slider become full width? Link to comment Share on other sites More sharing options...
cinny2205 Posted September 22, 2014 Share Posted September 22, 2014 Hi, I found the way for having full banner~ Following the steps mentioned in above posts, then change the /themes/default-bootstrap/css/modules/homeslider/homeslider.css as following #homepage-slider { padding-left: 0; padding-right: 0; margin-bottom: 14px; width:100%; /*new*/ max-width: 100%; max-height: 100%; overflow: hidden; position: relative; z-index: 1; /*float: left;*/ } 1 Link to comment Share on other sites More sharing options...
Recommended Posts