Home Forums Trusted Pro Title jumps on page load

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13986
    wjadevries
    Participant

    On every page the title starts a bit higher and then it jumps down to the correct position.
    This is very annoying.
    Is there something I can do that or can you fix it?

    Im talking about the blue title and the grey excerpt box below it.

    Title jumps

    #13987
    wjadevries
    Participant

    By the way: I’ve disabled optimizing and caching plugins; no difference.

    #13990
    Andy
    Keymaster

    Please try adding this custom CSS at Customize > Additional CSS:

    @media (min-width: 1025px) {
      .main-header {
        padding-top: 146px !important;
      }
    }
    
    @media (min-width: 769px) and (max-width: 1024px) {
      .main-header {
        padding-top: 130px !important;
      }
    }
    
    @media (max-width: 768px) {
      .main-header {
        padding-top: 156px !important;
      }
    }
    #13991
    wjadevries
    Participant

    Unfortunately doesn’t do anything.

    #13992
    wjadevries
    Participant

    Oops, left a comment open…

    works like a charm, thanks!

     

    #13993
    Andy
    Keymaster

    Thanks for letting me know.

    I know it’s so easy to miss /* and */ sometimes!

    #13995
    Andy
    Keymaster

    The latest version 1.9.2 has a small update that should eliminate the annoying “jumping” of the page title.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Title jumps on page load’ is closed to new replies.