Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3659631
Remove spacing below and above of sidebar
Closed

Comments

  • sourav started the conversation

    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

    Attached files:  spacing issue in sidebar.png

  •  2,540
    PenciDesign replied

    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 replied

    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


    Attached files:  sidebar spacing 3.png

  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.