Comments 1cyclopsje started the conversationDecember 7, 2017 at 2:45amHello, Is it possible to move the title box in the featured style 3 slider to a different location? Left top corner with some room from the edges. Also can you also change the height of the slider? Thank you. 2,700PenciDesign repliedDecember 7, 2017 at 4:22amHi,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 Sign in to reply ...
Hello,
Is it possible to move the title box in the featured style 3 slider to a different location? Left top corner with some room from the edges. Also can you also change the height of the slider?
Thank you.
Hi,
1/ You just can move it to top or bottom by add more this code to Customize > Custom CSS:
or:
for move it to bottom.
2/ To change the slider height, you can add more this code to Customize > Custom CSS:
Change number 50 to value you want.
Best Regards,
PenciDesign