Comments nagiko started the conversationDecember 1, 2017 at 4:13amHi,Is it possible that disable right/left paddings for the images in a single post? I'd like to display the post images in full-width for the screen for mobile devices.See attached capture.Thanks. 2,700PenciDesign repliedDecember 1, 2017 at 1:12pmHi,If you do that, all the content will fit your screen on mobile. You can't do that for images only.Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 479px){.wrapper-boxed > .container, #widget-area > .container, #footer-section > .container { padding-left: 20px; padding-right: 20px;}}Best Regards,PenciDesignnagiko repliedDecember 4, 2017 at 2:31amThanks. Sign in to reply ...
Hi,
Is it possible that disable right/left paddings for the images in a single post? I'd like to display the post images in full-width for the screen for mobile devices.
See attached capture.
Thanks.
Hi,
If you do that, all the content will fit your screen on mobile. You can't do that for images only.
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thanks.