Home › Forums › Support › sidebar customize This topic has 7 replies, 3 voices, and was last updated 3 years, 8 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 14, 2018 at 1:11 am #676927 Kishor [/url] https://s33.postimg.cc/7ov85ji3z/image.jpg How I decrease the padding in “1” and increase the padding in no “2” & “3” without effecting any other element. GeneratePress 2.1.4GP Premium 1.7.2 September 14, 2018 at 2:39 am #676972 DavidStaff Customer Support Hi there, try removing this CSS: .widget-area .widget { padding: 15px 35px 35px 35px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } And adding this: .widget-area .widget { padding: 0px; } .sidebar .widget .widget-title { margin-bottom: 1em; } .sidebar .widget > *:not(.widget-title) { padding: 0 1em 1em 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 14, 2018 at 2:56 am #676981 Kishor Thanks, It is working. September 14, 2018 at 3:18 am #677005 DavidStaff Customer Support You’re welcome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 14, 2018 at 7:58 pm #677586 Kishor Hi, The code is not working with Text Widget and Custom HTML Widget. [/url] https://s22.postimg.cc/whtydcue9/Untitled.jpg September 14, 2018 at 8:27 pm #677596 TomLead Developer Lead Developer Try adding this as well: .sidebar .widget .textwidget { padding: 0 1.5em 1.5em; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 15, 2018 at 12:07 am #677630 Kishor It is working. Thank you. September 15, 2018 at 8:54 am #677974 TomLead Developer Lead Developer Awesome, glad I could help! ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In