Skip to content
Public Ticket #28740

Remove spacing below and above of sidebar

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

This is standard spacing to separate the comment section and the sidebar, so you should remove it.

Regards,
PenciDesign.


sourav replied

Customer Reply

It works fine but i want to little bit spacing above the sidebar on mobile devices as after using the below short code the elements are getting too congested.

The area i am talking about has been indicated in the screenshot attached below

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:767px){
  .single .post,
  .container.penci_sidebar #main,
  .penci-sidebar-content .widget{
    margin-bottom: 0;
  }
}

Regards,
PenciDesign.



sourav started the conversation

Conversation Start

Hi , I would like to remove the spacing before and after the sidebar on mobile devices because in mobile devices its not looking good.

I have attached an image below that indicates the spacing i am talking about

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