Jump to content

[ SOLVED] How to place 3 contentbox block side by side (prestashop 1.6)?


Recommended Posts

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 by Guid (see edit history)
Link to comment
Share on other sites

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

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>

  • Like 1
Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...