Skip to content
Public Ticket #969

Enable image left/right padding for single post

Conversation thread

nagiko replied

Customer Reply

Thanks.

PenciDesign replied

Staff Reply

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:

\
@media only screen and (max-width: 479px){
.wrapper-boxed > .container, #widget-area > .container, #footer-section > .container {
    padding-left: 20px;
    padding-right: 20px;
}
}

Best Regards,

PenciDesign

nagiko started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.