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 #2350365
Mobile Single Post to Side Clearance Width
Closed

Comments

  • upsangel started the conversation

    Hi sir,

    May I ask how to change the width clearance between the post content to the screen edge in mobile view please?  The question is to Single Post. Thank you! 

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 479px){
    body.single .wrapper-boxed>.container {
        padding-left: 40px;
        padding-right: 40px;
    }
    }
    

    Change 2 values 20 to values as you want.


    Best Regards,

    PenciDesign