Skip to content
Public Ticket #30094

Space on my website

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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.

Nick Denambride started the conversation

Conversation Start

HOw do i remove the space here. I know this is not from elmentor as i don't have any margin or padding

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