Commit 8ef1f539 authored by Chi Bui's avatar Chi Bui 👀

edi themes 21/08 description

parent 481b989e
......@@ -408,7 +408,7 @@ padding: 20px 20px 14px !important;
.menu--category-menu .open ul.sidebar-submenu-2 {
padding: 9px 5px !important;
min-height: 458px;
min-height: 460px;
margin: 0;
border-left: 2px solid #e94337;
border-right: 2px solid #e94337;
......@@ -12824,9 +12824,17 @@ article.commerce-product.full .product-bottom .tab-title {
margin-top: 0;
}
article.commerce-product.full .product-bottom .product-desciption{
margin-top: 0;
display: inline;
border-bottom: 2px solid;
padding: 0 0px;
font-style: italic;
/* margin-bottom: 10px; */
}
article.commerce-product.full .product-bottom .tab-content {
padding: 20px;
border: 1px solid #e2e2e2;
/* border: 1px solid #e2e2e2; */
border-top: none;
}
......
......@@ -37,12 +37,9 @@
<div class="product-bottom col-sm-12">
<ul class="nav nav-tabs">
<li class="active">
<a data-toggle="tab" href="#description">{{ 'Description'|t }}</a>
</li>
</ul>
<h3 class="product-desciption">{{ 'Description'|t }}</h3>
<div class="tab-content">
<div id="description" name="description" class="tab-pane fade in active">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment