Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertcedwards/d0148673f329df35ae052e55f1ac10ec to your computer and use it in GitHub Desktop.
Save robertcedwards/d0148673f329df35ae052e55f1ac10ec to your computer and use it in GitHub Desktop.
Fix for column layout http://localhost/how-to-buy/#online-retailers
<div class="row shoplinks">
<div class="col-md-6">
<a target="_blank" href="http://www.ylighting.com/brand/Modern-Fan-Co/_/N-1sbf4">
<img src="http://localhost/wp-content/uploads/2019/06/Ylighting_Logo.gif" alt="Modern Fan at YLighting" scale="0">
<p>&gt;&gt; Shop YLighting</p>
</a>
</div>
<div class="col-md-6">
<a target="_blank" href="https://www.lightingshowplace.com/modern-fan-co/c85848?r=48&amp;s=Best%20Selling&amp;p=1&amp;categoryId=85848">
<img src="http://localhost/wp-content/uploads/2019/06/Lighting_Showplace_Logo.gif" alt="Modern Fan at Lighting Showplace" scale="0">
<p>&gt;&gt; Shop Lighting Showplace</p>
</a>
</div>
<div class="col-md-6">
<a target="_blank" href="https://www.2modern.com/collections/modern-fan">
<img src="http://localhost/wp-content/uploads/2019/06/2Modern_Logo.gif" alt="Modern Fan at 2Modern" scale="0">
<p>&gt;&gt; Shop 2Modern</p>
</a>
</div>
<div class="col-md-6 relative">
<a target="_blank" href="http://www.lumens.com/modern-fan-company/?viewall=true">
<img src="http://localhost/wp-content/uploads/2019/06/Lumens_Logo.gif" alt="Modern Fan at Lumens" scale="0">
<p>&gt;&gt; Shop Lumens</p>
</a>
</div>
<div class="col-md-6 ">
<a target="_blank" href="https://www.lightology.com/index.php?module=cat&amp;search=basic&amp;vend_id=148">
<img src="http://localhost/wp-content/uploads/2019/06/Lightology_Logo.gif" alt="Modern Fan at Lightology" scale="0">
<p>&gt;&gt; Shop Lightology</p>
</a>
</div>
<div class="col-md-6 ">
<a target="_blank" href="https://www.build.com/modern-fan-company/c128399?r=48&amp;s=Best%20Selling&amp;p=1&amp;categoryId=128399">
<img src="http://localhost/wp-content/uploads/2019/06/Build_Logo.gif" alt="Modern Fan at Build.com" scale="0">
<p>&gt;&gt; Shop Build.com</p>
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment