Comments 2Nick Denambride started the conversation8 hours agoHOw do i remove the space here. I know this is not from elmentor as i don't have any margin or paddingAttached files: Screenshot 2024-11-23 082033.png Screenshot 2024-11-23 083828.png 2,606PenciDesign replied8 hours agoHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 479px) { #footer-section > .container, #widget-area > .container, .penci-page-header-wrap .penci-page-header-inner.container, .penci-post-image-wrapper > .container, .penci-single-smore .container, .penci-two-sidebar .container.penci-breadcrumb, .wrapper-boxed > .container, .wrapper-boxed > .penci-single-wrapper > .penci-single-block > .container { padding-left: 0; padding-right: 0; } } Regards,PenciDesign. Sign in to reply ...
HOw do i remove the space here. I know this is not from elmentor as i don't have any margin or padding
Attached files: Screenshot 2024-11-23 082033.png
Screenshot 2024-11-23 083828.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.