Problem when reloading the page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14742
    mllibre
    Member

    Hello, we have a little problem with the function that recalculates the header height every time a page is loaded (waypoints.sticky.js) It occurs that first time the page is loaded the calculation is ok and we can see the title of the page and breadcrumbs as normal. But if we reload the page, sometimes de calculation is lower and then the page title rest behind the header and is not displayed.

    You can test here:

    http://mba.eventspaper.com/program/corporate-internship/

    or:

    http://mba.eventspaper.com/program/year-2/

    First time ok, next loads not ok.

    Do you have any idea about this issue?

    Thanks in advance!

    #14764
    Veena
    Moderator

    Can you pls try the below custom CSS in themeoptions and see if it helps –

    .sticky-wrapper {
      height: auto !important;
    }
    
    #14777
    mllibre
    Member

    Thanks! It works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem when reloading the page’ is closed to new replies.