Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294246
    CaroLin
    Participant

    Hello.

    I used the “Food truck” demo to build my wordpress site. Now i take for the header “fixed top” instead of “static top”. Now the problem you see in the video attached.

    After I scroll the first section disappears behind the header.

    I cannot find the problem. Can you help me?

    Thx

    Regards,
    Caro

    #1294250
    CaroLin
    Participant
    This reply has been marked as private.
    #1294297
    Rupok
    Member

    Hi there,

    Are you facing this on the specific page only? In that case use the below code within page level custom CSS :

    .x-navbar {
      left: 0;
      position: fixed;
      right: 0;
    }
    
    .x-main.full {
      margin-top: 112px;
    }

    Hope this helps.

    #1294316
    CaroLin
    Participant

    Hello.

    Thanks for your fast answer. I will check it. 🙂

    But to answer on your question: It is on each page of the website.

    Edit:

    I checked your code – regrettably it didn’t work.
    Now I have the header fullwidth.

    If you want, you can test it for yourself. 🙂
    the credentials are above

    Regards

    #1294327
    Joao
    Moderator

    Hi There,

    Let us know if you need further help,

    Joao

    #1294332
    CaroLin
    Participant

    I checked your code – regrettably it didn’t work.
    Now I have the header fullwidth and the problem was still there.

    If you want, you can test it for yourself. 🙂
    The credentials are above

    Regards

    #1294445
    Rupok
    Member

    Hi there,

    I have updated the code a bit and it seems working fine :

    .x-navbar {
      left: 0;
      margin: 0 auto;
      max-width: 1120px;
      position: fixed;
      right: 0;
    }
    
    .x-main.full {
      margin-top: 112px;
    }

    I have tested the code on your site and saved to make sure it works.

    Cheers!

    #1295353
    CaroLin
    Participant

    Brilliant.
    Thank you so much. 🙂

    #1295361
    Lely
    Moderator

    You’re welcome!

    Cheers!

    #1295366
    CaroLin
    Participant

    Sorry,… I am again. 🙁

    The problem with the fullwidth of the header is still there.
    You see it in the video attached.

    Regards.

    #1295368
    Rupok
    Member

    Hi there,

    Thanks for writing back. Your video was not uploaded due to exceeded size. But I have checked your site and there is no such issue.

    I have already tested the code and saved to make sure it works, so don’t change this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1294246 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>