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 #1271569
adding padding in center box on featured slider 2
Closed

Comments

  • helenacb started the conversation

    Hi!

    Is it possible to add padding in the center box on featured slider style 2? 

  •  2,697
    PenciDesign replied

    Hi,

    You can do that by add more this code to Customize > Custom CSS:


    .featured-style-2 .penci-featured-content .feat-text{ padding-left: 10px; padding-right: 10px; padding-top: 23px; padding-bottom: 20px; }


    Change the values in the code above to value you want.


    Best Regards,

    PenciDesign

  • helenacb replied

    Thank you!