Created
July 30, 2019 16:21
-
-
Save robertcedwards/d0148673f329df35ae052e55f1ac10ec to your computer and use it in GitHub Desktop.
Fix for column layout http://localhost/how-to-buy/#online-retailers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>>> Shop YLighting</p> | |
</a> | |
</div> | |
<div class="col-md-6"> | |
<a target="_blank" href="https://www.lightingshowplace.com/modern-fan-co/c85848?r=48&s=Best%20Selling&p=1&categoryId=85848"> | |
<img src="http://localhost/wp-content/uploads/2019/06/Lighting_Showplace_Logo.gif" alt="Modern Fan at Lighting Showplace" scale="0"> | |
<p>>> 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>>> 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>>> Shop Lumens</p> | |
</a> | |
</div> | |
<div class="col-md-6 "> | |
<a target="_blank" href="https://www.lightology.com/index.php?module=cat&search=basic&vend_id=148"> | |
<img src="http://localhost/wp-content/uploads/2019/06/Lightology_Logo.gif" alt="Modern Fan at Lightology" scale="0"> | |
<p>>> Shop Lightology</p> | |
</a> | |
</div> | |
<div class="col-md-6 "> | |
<a target="_blank" href="https://www.build.com/modern-fan-company/c128399?r=48&s=Best%20Selling&p=1&categoryId=128399"> | |
<img src="http://localhost/wp-content/uploads/2019/06/Build_Logo.gif" alt="Modern Fan at Build.com" scale="0"> | |
<p>>> 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