Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 26, 20187 yr Folks, I am stumped, I am trying to create a block, custom, with manual html. I am using common html columns code such as: <div class="row"> <div class="column"></div> <div class="column"></div> <div class="column"></div> </div> But my layout is shown as paragraphs, instead of the three column layout I would like for three content areas. I have tried various html elements, with manual html custom block, and nothing seems to work, can anyone tell me what step I am missing? Thanks for any help.
May 26, 20187 yr 5 hours ago, JohnCourt said: Folks, I am stumped, I am trying to create a block, custom, with manual html. I am using common html columns code such as: <div class="row"> <div class="column"></div> <div class="column"></div> <div class="column"></div> </div> But my layout is shown as paragraphs, instead of the three column layout I would like for three content areas. I have tried various html elements, with manual html custom block, and nothing seems to work, can anyone tell me what step I am missing? Thanks for any help. What css have you used for those classes ? Otherwise try this: <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsBox ipsGrid_span4'> Your Content </div> <div class='ipsBox ipsGrid_span4'> Your Content </div> <div class='ipsBox ipsGrid_span4'> Your Content </div> </div>
May 27, 20187 yr Author @steve00, thanks a ton, I did not include CSS, my ignorance. I will give it a shot, and report back, thanks so much! Reporting back, minutes later, it worked Steve, thanks a ton.
Archived
This topic is now archived and is closed to further replies.