• Hello,

    I have been struggling with a huge gap between my home page title and content (starting with blog pagination) ever since upgrading WordPress. Help will be greatly appreciated. Here is the site in question: https://www.hocowatchdogs.com

    Thank you.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @hocowatchdogs,

    I checked your website and noticed that the margin-top for the sidebar-right sidebar-divider-off class in that section is set to 209px.

    Please take a look at the link to the screencapture here

    I would recommend reducing the same and that should be fixed the issue.

    For example:

    element.style {
        margin-top: 10px !important;
    }

    I hope this helps!

    Have a good one!

    Thread Starter hocowatchdogs

    (@hocowatchdogs)

    Thank you very much for the tips! I’ve tried to implement this by adding the code to the “Appearance –> Customize –>Additional CSS” , but it didn’t seem to work. Any ideas for the best way to make this change? I am a relative novice when it comes to this sort of editing. The Theme that I’m using is “The 7s”. Not sure where exactly to make this change so that it applies to the homepage.

    Hi @hocowatchdogs

    Can you give a try the following CSS and let me know how it goes?

    .sidebar-right, .sidebar-divider-off{
      margin-top : .4em !important;
    }
    Thread Starter hocowatchdogs

    (@hocowatchdogs)

    That did the trick, @mikekipruto ! Thank you very much for the help with solving this!!!

    • This reply was modified 3 years, 3 months ago by hocowatchdogs.

    Hi @hocowatchdogs,

    You’ve most welcome.

    Have a good one ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Huge gap between Home Page Title & Content’ is closed to new replies.