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 #1866023
move Center Box on Featured Slider
Closed

Comments

  • him_her_and_the_drone started the conversation

    Hi,
    I'm currently using a Featured Slider Style 2 and i'm trying to move the Centre Box from featuring in the middle of the image to the lower right corner. Is that possible?
    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    .featured-style-2 .penci-featured-content{ -webkit-transform: none; -ms-transform: none; transform: none; top: auto; bottom: 20px; }
    .featured-style-2 .penci-featured-content .feat-text{ margin-left: auto; margin-right: 0; }
    

    Best Regards,

    PenciDesign

  • him_her_and_the_drone replied

    works perfectly! Thanks