Search for: Log In Free Support [Support request] Distance between top and headertext/image Home › Forums › Support › Distance between top and headertext/image This topic has 3 replies, 3 voices, and was last updated 7 months, 2 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 6, 2020 at 4:08 am #1316618 Patrik Hi, Hope youre well! 🙂 I tried some css commands that I found on google but they didnt seem to do any difference. Is it possible to “minimize the gap” between those two elements? Printscreen: https://prnt.sc/suv5eu Many thanks, P June 6, 2020 at 8:51 am #1316979 LeoStaff Customer Support Hi there, Can you do this first so I can take a closer look at the code: https://www.screencast.com/t/A9AikiFVw Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 6, 2020 at 4:34 pm #1317340 Patrik Hi, Sorry for that Leo Its done, I have now deactivated my Cache Plugin :/ June 7, 2020 at 5:14 am #1317791 DavidStaff Customer Support Hi there, you have this CSS in Customizer > Additional CSS: .entry-title { opacity: 100; margin-top: 15%; } Then margin-top property is creating the space. If you want that to only apply to the blog / archive pages then use this instead: body:not(.single) .entry-title { opacity: 100; margin-top: 15%; } 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