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 #2517807
feature slider
Closed

Comments

  • AngelLu started the conversation

    Hi, 

    I have 2 questions:


    Q1: I want to know how to move center text on feature box to below?

    Q2: How to change the width of center text on feature box?

    Thanks a lot!! :)

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL and show me a screenshot about "center text on feature box" as you said to I can understand what's "center text on feature box"


    Best Regards,

    PenciDesign

  • AngelLu replied

    Hi,

    I use this theme.

    http://soledad.pencidesign.com/soledad-book/

    At homepage, the title with the article on feature slider such as "Pride and Prejudice Review","The Lost World Review".

    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Ah ok, please try add more this code to Customize > Custom CSS to do that:

    .featured-style-29 .penci-featured-content {
        transform: none;
        -webkit-transform: none;
        top: auto;
        bottom: 30px;
    }
    .featured-style-29 .penci-featured-content .feat-text{
        max-width: 600px;
        display: inline-block;
    }
    

    Change value 600 to the width as you want.


    Best Regards,

    PenciDesign

  • AngelLu replied

    Hi,


    How about I use style 3?

    When I change the code to style 3, the black box isn't at center.

    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    If so, please try replace the code I sent to this code:

    .penci-featured-content{ transform: none; -webkit-transform: none; top: auto; bottom: 30px; }
    .featured-style-3 .penci-featured-content .feat-text{ max-width: 600px; }
    

    Best Regards,

    PenciDesign