Guid Posted May 4, 2014 Share Posted May 4, 2014 (edited) Hi everybody! Very glad this forum exist! I'm working with the contentBox on the homepage, and i'm looking for... How to place 3 contentbox block side by side (prestashop 1.6)? Any help is welcome! Thanks again forum! Edited July 4, 2014 by Guid (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 4, 2014 Share Posted May 4, 2014 hello can what you exactly mean side by side ? and where exactly you want to display it? Link to comment Share on other sites More sharing options...
Guid Posted May 5, 2014 Author Share Posted May 5, 2014 hello can what you exactly mean side by side ? and where exactly you want to display it? Hi! Place 3 diferents contentBoxes side by side in a row (not 1 contentBox with 3 image/text side by side) between "htmlcontent_top" and "htmlcontent_home" (homepage). Thanks for helping Vekia. Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 so create new block and move it at the end of htmlcontent_top you can create block with code: <div style="clear:both; overflow:hidde; display:block;"> <div style="display:inline-block; float:left;">1</div> <div style="display:inline-block; float:left;">2</div> <div style="display:inline-block; float:left;">3</div> </div> 1 Link to comment Share on other sites More sharing options...
joostjoost Posted December 12, 2016 Share Posted December 12, 2016 I have installed extended text editor with this link: https://mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html But the editor automatically deletes the display:inline block style. How to solve this problem? Link to comment Share on other sites More sharing options...
Recommended Posts