2021-03-21 18:55:41 +03:00

16 lines
244 B
PHP

<div class="main">
<?php echo do_shortcode('[smartslider3 slider="7"]') ?>
</div>
<style>
.main{
height: 325px
}
@media screen and (max-width: 425px){
.main{
height: 180px;
margin-bottom: 10px;
}
}
</style>