Comments AngelLu started the conversationAugust 26, 2020 at 2:52amHi, 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,701PenciDesign repliedAugust 26, 2020 at 3:24amHi,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,PenciDesignAngelLu repliedAugust 26, 2020 at 4:24amHi, 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,701PenciDesign repliedAugust 26, 2020 at 4:38pmHi,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,PenciDesignAngelLu repliedAugust 27, 2020 at 1:18amHi,How about I use style 3?When I change the code to style 3, the black box isn't at center.Thank you! 2,701PenciDesign repliedAugust 27, 2020 at 2:00amHi,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,PenciDesign1 Like Sign in to reply ...
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!! :)
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
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!
Hi,
Ah ok, please try add more this code to Customize > Custom CSS to do that:
Change value 600 to the width as you want.
Best Regards,
PenciDesign
Hi,
How about I use style 3?
When I change the code to style 3, the black box isn't at center.
Thank you!
Hi,
If so, please try replace the code I sent to this code:
Best Regards,
PenciDesign