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 #1980923
Problems with the mobile slide
Closed

Comments

  • codigoprensa started the conversation

    My problem is that when I see the page on a mobile the titles of the main slide are centered, they are not aligned to the left as in the desktop view. How can i solve this?  

    My purchase code is: d6c5fdae-8fb3-4cad-8a1a-4f852948ecf3

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 767px){
    .penci-slide-overlay .penci-mag-featured-content .feat-text { text-align: left; }
    .penci-slide-overlay .penci-mag-featured-content{ padding: 0 5px 0 10px; }
    }
    

    Best Regards,

    PenciDesign