Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1394793
featured style 3
Closed

Comments

  •  1
    cyclopsje started the conversation

    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.

  •  2,699
    PenciDesign replied

    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