Reduce Vertical Space Top of Page
This works in the GeneratePress theme to reduce excessive space at the top of pages. /* Reduce height of the main content wrapper / .inside-article { padding-top: 0px !important; margin-top: 0px !important; } / Reduce height of menu */.main-navigation .main-nav…