Commit ff211818 authored by imac's avatar imac

[Bugfix]JIRA - Responsive

parent 322aa004
...@@ -948,7 +948,6 @@ VII/ Pages...............ALL pages ...@@ -948,7 +948,6 @@ VII/ Pages...............ALL pages
#home { #home {
position: relative; position: relative;
height: 100%; height: 100%;
overflow: auto;
} }
.img-wrapper{ .img-wrapper{
height: 100%; height: 100%;
......
...@@ -462,6 +462,10 @@ ...@@ -462,6 +462,10 @@
#catalogue .right-container .right-panel .panel-content{ #catalogue .right-container .right-panel .panel-content{
padding-bottom: 55px; padding-bottom: 55px;
} }
.product-list ul{
top: initial;
bottom: 5px;
}
.filter-btn .btn-container{ .filter-btn .btn-container{
left: 0px; left: 0px;
position: fixed; position: fixed;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
if ( is_user_logged_in() ) { ?> if ( is_user_logged_in() ) { ?>
<li><a href="<?php echo get_permalink(260)?>">téléchargements</a></li> <li><a href="<?php echo get_permalink(260)?>">téléchargements</a></li>
<?php } ?> <?php } ?>
<li><a href="phototheque.php">phototèque</a></li> <li><a href="phototheque.php">photothèque</a></li>
<li><a href="<?php echo get_permalink(171)?>">mentions légales</a></li> <li><a href="<?php echo get_permalink(171)?>">mentions légales</a></li>
</ul> </ul>
</div> </div>
......
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