fixs
This commit is contained in:
parent
58bd870eae
commit
ca768bf16b
@ -2521,10 +2521,12 @@ main#categorycms { margin-bottom: 30px }
|
||||
/* background: #f1f1f1; */
|
||||
}
|
||||
#postedito .pack_content .image {
|
||||
padding: 25px 0;
|
||||
padding: 25px 15px;
|
||||
|
||||
}
|
||||
#postedito .pack_content .image img {
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
#postedito .pack_content .content_product .link_name {
|
||||
font-family: 'pt_sansbold';
|
||||
@ -2676,7 +2678,9 @@ main#categorycms { margin-bottom: 30px }
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
#postedito .pack { padding-top: 20px; }
|
||||
}
|
||||
@media(max-width: 500px) {
|
||||
#search .anchor-search li { display: block; margin: 15px 0 0 0 }
|
||||
#search .anchor-search li:first-child { margin: 0 }
|
||||
@ -7632,12 +7636,12 @@ div.languages>span{
|
||||
cursor: pointer;
|
||||
opacity: 0.7;
|
||||
position: fixed;
|
||||
left: 200px;
|
||||
left: -200px;
|
||||
-webkit-transition: all 0.3s ease-in-out 0s;
|
||||
-o-transition: all 0.3s ease-in-out 0s;
|
||||
transition: all 0.3s ease-in-out 0s;
|
||||
z-index: 500
|
||||
}
|
||||
|
||||
#gototop.active { right: 50px }
|
||||
#gototop.active { left: 50px }
|
||||
#gototop:hover { opacity: 1 }
|
||||
|
@ -51,7 +51,7 @@
|
||||
<div class="product_top">
|
||||
{assign var='product' value=$product_relation.0}
|
||||
{assign var='id_image' value=Product::getCover($product->id)}
|
||||
<div class="row">
|
||||
<div class="clearfix">
|
||||
|
||||
<div class="col-md-4 col-xs-4 image">
|
||||
{if $product->specific_prices.reduction_type == 'percentage'}
|
||||
|
Loading…
Reference in New Issue
Block a user