Home › Forums › Support › Slideout Navigation Padding This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 15, 2019 at 9:32 am #811451 Daniel Hello, I’m using the slideout navigation feature, and the navigation is on the right. I’m hoping to add a little more padding to the left, it is currently pretty close to the border. I believe the class I need to apply the padding to is .slideout-widget. I’m having a hard time finding which parent classes need to be in the css. GeneratePress 2.2.2 February 15, 2019 at 10:26 am #811476 DavidStaff Customer Support Hi there, thats the correct class, instead of padding you need to adjust the margins which are currently set to 20px all round. So you could try: .slideout-widget { margin-left: 40px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 15, 2019 at 11:39 am #811516 Daniel Okay, perfect. That does the trick. I think I was overcomplicating things for myself. Thank you! February 15, 2019 at 12:18 pm #811534 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In