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 #2540261
Move down Text on Featured Boxes
Closed

Comments

  • serieminou started the conversation

    Hello Support,

    I would like to  edit the position of text on featured boxes  and move it down so that they will appear on the lower part of the square box. The default shows the text at the center of the the box, but it hides the different logos I am presenting in my featured boxes as you can see in the image attached. Please, how can move the feature box so that it appears under the logos.

    Looking forward.

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

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

    ul.homepage-featured-boxes .penci-fea-in h4{ top: auto; margin-top: 0; bottom: 15px; }
    

    Change value 15 to value as you want.


    Best Regards,

    PenciDesign

  • serieminou replied

    Works perfect. Thank you very much.