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 #2359616
Mobile adjustment
Closed

Comments

  • oneforisrael started the conversation

    on MOBILE only: how can I remove the padding from both sides of the IMAGE of the article so it reaches all the way to the end of both sides, please?

    See attachment.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 767px){
    .container-single .post-image{ margin-left: -20px; margin-right: -20px; }
    .container-single .post-image .standard-post-special_wrapper { margin-left: 20px; margin-right: 20px; }
    }
    

    Best Regards,

    PenciDesign

  • oneforisrael replied

    Thanks it worked! Now, how do I do it on the frontage image as well? see image below.


  •  2,699
    PenciDesign replied

    Hi,

    Unfortunately, this can't be apply for front-pagesmile.png

    Best Regards,

    PenciDesign