Comments upsangel started the conversationApril 5, 2020 at 6:29amHi 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,700PenciDesign repliedApril 5, 2020 at 12:48pmHi,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 Sign in to reply ...
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!
Hi,
You can do that by add more this code to Customize > Custom CSS:
Change 2 values 20 to values as you want.
Best Regards,
PenciDesign