PenciDesign replied
Staff Reply
Hi,
1/ You just can move it to top or bottom by add more this code to Customize > Custom CSS:
\
.penci-featured-content{ -webkit-transform: none; -ms-transform: none; transform: none; top: 20px; }or:
\
.penci-featured-content{ -webkit-transform: none; -ms-transform: none; transform: none; bottom: 20px; top: auto; }for move it to bottom.
2/ To change the slider height, you can add more this code to Customize > Custom CSS:
\
@media only screen and (min-width: 481px){
.featured-style-3 .penci-owl-carousel .penci-image-holder:before {
height: 0;
padding-top: 50%;
}
}Change number 50 to value you want.
Best Regards,
PenciDesign