Skip to content
Public Ticket #1029

featured style 3

Conversation thread

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

cyclopsje started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.