Comments 2Nick Denambride started the conversationNovember 23, 2024 at 4:50amHOw 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,658PenciDesign repliedNovember 23, 2024 at 5:03amHi, 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.