Comments sourav started the conversationJune 3, 2024 at 11:31amHi , 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 aboutAttached files: spacing issue in sidebar.png 2,609PenciDesign repliedJune 3, 2024 at 1:45pmHi,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 repliedJune 3, 2024 at 5:33pmIt 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 belowAttached files: sidebar spacing 3.png 2,609PenciDesign repliedJune 4, 2024 at 2:00amHi,This is standard spacing to separate the comment section and the sidebar, so you should remove it.Regards,PenciDesign. Sign in to reply ...
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
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
Hi,
This is standard spacing to separate the comment section and the sidebar, so you should remove it.
Regards,
PenciDesign.