• Hi there !

    After the Sydney update the calender has moved down to the bottom of the page ??

    Can I get this back up inside the header ?

    Thanks so much for your help in advance

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,

    You have some custom code there for your article. Please check and remove position: absolute !important;

    Thread Starter sonicdna

    (@sonicdna)

    Ok thanks !!

    Thats so great,

    can I get it inside the header, so people dont have to scroll to it ?

    Thanks

    Remove the code I mentioned previously and also remove the margin-top propriety from the same block of code.

    Then you can use this and adjust the margin as needed:

    
    @media ( min-width: 991px ) {
     .page-id-3887 article {
             margin-top: -500px;
     }
    }
    
    Thread Starter sonicdna

    (@sonicdna)

    Hmm,,

    I followed you instruction, but it has not changed the position at all ???

    Thank you

    Thread Starter sonicdna

    (@sonicdna)

    And is also a mess in the mobile view ?

    Thread Starter sonicdna

    (@sonicdna)

    Ive found a work around,

    Can you tell me how to make the hero banner smaller on this page please

    https://www.infinityparagliding.co.nz/book-flights/

    So the calender is visable from the start with out scrolling down ?

    You can use this and adjust the value:

    
    .page-id-5125 .header-image { max-height: 300px; }
    
    Thread Starter sonicdna

    (@sonicdna)

    Ahhhhh thats so help

    I very much appreciate that

    Can you tell me when this page loads – It shows the menu for a brief second, then shows the middle of the page for a brief second, then loads the whole page ???

    Thanks Chris

    Not sure, I see the whole page from the beginning.

    Thread Starter sonicdna

    (@sonicdna)

    Thanks for you help so far

    How can I remove the page title from the page but keep it in the menu ?

    Hi @sonicdna,

    To remove the page title on a specific page, try adding this CSS code:

    .page-id-5125 .entry-header {
      display: none;
    }

    Replace 5125 to your page ID number.

    Hope that helps.

    Regards,
    Kharis

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Calender moved after update ?’ is closed to new replies.