• techrtr

    (@techrtr)


    I’ve spent days looking for a solution to this online but nothing I’ve tried has worked. I’m using the stock Responsive theme.Every post and page has a big gap between the navigation menu and the page or post heading. I’ve tried custom CSS, different themes etc. and nothing works. I also can’t remove the Posted on or author information from posts. I want to get rid of that too.

    Anyone have any ideas?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It looks like you have space reserved for an ad that’s not there

    See https://i.imgur.com/oQN2Np3.png

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    If this is the space you’re referring to, change the top margin value

    #content {
       margin-top: 0;
    }

    To add CSS: use the “Additional CSS” option in the customizer.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    See https://i.imgur.com/ue4TDjw.png

    Thread Starter techrtr

    (@techrtr)

    That totally makes sense because I was running Infolinks ads for a while but decided to turn them off because they made the site look cheap. Also signed up for Chitika. Good eye.

    Thread Starter techrtr

    (@techrtr)

    Went into the script and realized that there was a Chitika plugin running. Turned that off and the space disappeared. Thanks very much for pointing me in the right direction Steve – I was really pulling my hair out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Big Space between Menu and Topic Heading’ is closed to new replies.