Commit 7bd298b7d7d323d4a356700b5faf6af34ee32194

Authored by Karnovsky A
1 parent d094e3f1

Some-fixes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -217,7 +217,7 @@ $this->params['breadcrumbs'][] = $product->name .' #'. $product->variant->sku; @@ -217,7 +217,7 @@ $this->params['breadcrumbs'][] = $product->name .' #'. $product->variant->sku;
217 <?= $product->video?> 217 <?= $product->video?>
218 </div> 218 </div>
219 <?php else :?> 219 <?php else :?>
220 - <div class="ionTabs__item" data-name="Tab_3_name" style="width: 100%"> 220 + <div class="ionTabs__item" data-name="Tab_3_name" style="width: 100%; text-align: center">
221 <div style="clear: both;width: 100%;"><iframe width="420" height="315" src="https://www.youtube.com/embed/Q5LiO_35s1E" frameborder="0" allowfullscreen></iframe></div> 221 <div style="clear: both;width: 100%;"><iframe width="420" height="315" src="https://www.youtube.com/embed/Q5LiO_35s1E" frameborder="0" allowfullscreen></iframe></div>
222 </div> 222 </div>
223 <?php endif?> 223 <?php endif?>