Search for: Log In Free Support [Resolved] Padding over header Home › Forums › Support › Padding over header This topic has 4 replies, 2 voices, and was last updated 5 years, 1 month ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts January 7, 2016 at 12:08 am #163923 Oleg Hello! Tell me, what CSS is needed to make the indentation, as in the screenshot? I also want to specify the height of the indentation in pixels. This topic was modified 5 years, 1 month ago by Oleg. January 7, 2016 at 12:09 am #163925 TomLead Developer Lead Developer You can try this: .site-header { margin-top: 40px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 7, 2016 at 12:09 am #163928 Oleg mental support)))))) January 7, 2016 at 12:13 am #163930 Oleg Tom, I need this to work only on the desktop version, but not for mobile. This reply was modified 5 years, 1 month ago by Oleg. January 7, 2016 at 12:14 am #163932 TomLead Developer Lead Developer This should do it: @media (min-width: 769px) { .site-header { margin-top: 40px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In