Hello,
I am trying to replace the section on the corporate - 4 Home page where it displays Call us Today. I simply want 3 columns that contain 3 embedded items.
I have tried all the short codes and nothing works. I simply need 3 columns neatly spaced that I can show the embed code in.
The below code is not working. Can you help me with this issue?
<div class="promo topmargin-lg promo-border bottommargin-lg promo-full">
<div class="container clearfix">
<div class="row show-grid">
<iframe src='https://bsa.sharepoint.com/files/_layouts/15/WopiFrame.aspx?sourcedoc={95e78266-c2a3-487e-9b7e-6cbcb473d458}&action=embedview&wdAr=1.7755102040816326&Embed=1' width='454px' height='300px' frameborder='0'>This is an embedded Microsoft Office presentation, powered by Office Online.</iframe>
</div>
<div class="col_one_third nobottommargin col_last">
<iframe width="454px" height="300px" src="https://sway.com/s/hmHxLAT1DV9XMmxn/embed" frameborder="1" marginheight="0" marginwidth="0" max-width="100%" sandbox="allow-forms allow-modals allow-orientation-lock allow-popups allow-same-origin allow-scripts" scrolling="no" style="border: none; max-width: 100%; max-height: 100vh" allowfullscreen mozallowfullscreen msallowfullscreen webkitallowfullscreen />
</div>
<div class="col_one_third nobottommargin col_last">
<iframe src='https://bsa.sharepoint.com/files/_layouts/15/WopiFrame.aspx?sourcedoc={95e78266-c2a3-487e-9b7e-6cbcb473d458}&action=embedview&wdAr=1.7755102040816326&Embed=1' width='454px' height='300px' frameborder='0'>This is an embedded Microsoft Office presentation, powered by Office Online.</iframe>
</div>
</div>
</div>
