16 lines
244 B
PHP
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>
|