Home › Forums › Support › Custom padding when turn on “navigation as header” This topic has 2 replies, 2 voices, and was last updated 5 months, 1 week ago by David. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 14, 2022 at 5:05 am #2373292 Tan Hi there, I want to set padding left and right of header to 0px. I use this CSS: @media (min-width: 769px) { #site-navigation .inside-navigation { padding-left: 0px !important; padding-right: 0px; } } But only the right padding works. Please help me fix it. Thank you October 14, 2022 at 6:29 am #2373370 Tan Yeah. I try this code and it works: @media (min-width: 769px) { .main-navigation .inside-navigation { padding: 0px !important; } } October 14, 2022 at 7:26 am #2373424 DavidStaff Customer Support Glad to hear you found a solution!! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In