Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
JohnCourt Posted May 26, 2018 Posted May 26, 2018 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.
steve00 Posted May 26, 2018 Posted May 26, 2018 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>
JohnCourt Posted May 27, 2018 Author Posted May 27, 2018 @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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.