Last active
October 19, 2018 19:20
-
-
Save biancalpadilla/9b02b997b7b033ea10129e76b53a871e to your computer and use it in GitHub Desktop.
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
/* 1. Open HTML Editor | |
2. Search for (Ctrl/Command + F) "description-table-responsive" | |
3. Delete everything above that line | |
4. Copy the following code | |
5. Close HTML Editor | |
6. Edit using normal editor such as adding bullet points using the bullet point button. | |
*/ | |
<div class="description-container"> | |
<div class="row description-row"> | |
<div class="col-md-8 col-sm-12 description-section-1"> | |
<h3>Key Features & Benefits</h3> | |
</div> | |
<div class="col-md-4 col-sm-12 description-section-2"> | |
<h3>Product Specifications</h3> | |
</div> | |
<div class="col-md-12 col-sm-12 description-section-3"> |
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="description-container"> | |
<div class="row description-row"> | |
<div class="col-md-8 col-sm-12 description-section-1"> | |
<h3>Key Features & Benefits:</h3> | |
</div> | |
<div class="col-md-4 col-sm-12 description-section-2"> | |
<h3>Product Specifications</h3> | |
</div> | |
<div class="col-md-12 col-sm-12 description-section-3"> | |
<div class="table-responsive description-table-responsive"> | |
<table class="table description-table"> | |
<thead> | |
<tr> | |
<th>Size</th> | |
<th>3X-Large</th> | |
<th>4X-Large</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>Waist/Hip</td> | |
<td>64-96”</td> | |
<td>70-106”</td> | |
</tr> | |
<tr> | |
<td>Weight</td> | |
<td>250+ lbs</td> | |
<td>250+ lbs</td> | |
</tr> | |
<tr> | |
<td>Absorbency Capacity</td> | |
<td>34 fl oz (4.25 cups)</td> | |
<td>34 fl oz (4.25 cups)</td> | |
</tr> | |
<tr> | |
<td>Pack Quantity</td> | |
<td>8 Diapers</td> | |
<td>8 Diapers</td> | |
</tr> | |
<tr> | |
<td>Case Quantity</td> | |
<td>32 Diapers (4 Packs)</td> | |
<td>32 Diapers (4 Packs)</td> | |
</tr> | |
<tr> | |
<td>SKU</td> | |
<td>2190</td> | |
<td>2195</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment