Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #982819
    Keith A
    Participant

    Hello,

    That did not work.

    With the JS & CSS as above, the navbar just goes to the bottom of the screen. If you notice any syntax error in your code, then let me know .. otherwise I will try to make it work with set pixel height.

    Thanks!

    #982912
    Joao
    Moderator

    Hi Keith,

    Could you provide a Mock-up/Sketch or a detailed explanation of how you would like the website to look on smaller screens?

    Once we understand it well your design goals will be easier to provide you a tailored solution.

    Thanks for understanding,

    Joao

    #982950
    Keith A
    Participant

    Hello,

    That did not work.

    With the JS & CSS as above, the navbar just goes to the bottom of the screen. If you notice any syntax error in your code, then let me know .. otherwise I will try to make it work with set pixel height.

    Thanks!

    #982961
    Keith A
    Participant

    ALSO – one more thing – these fixes don’t work on mobile. The mobile menu switches to ICON at bottom, (which is fine) but when we click the Icon, nothing happens.

    Thanks!

    #983556
    Paul R
    Moderator

    Hi Keith,

    It looks like you missed our last reply.

    “Could you provide a Mock-up/Sketch or a detailed explanation of how you would like the website to look on smaller screens?

    Once we understand it well your design goals will be easier to provide you a tailored solution.

    Thanks for understanding,”

    #984456
    Keith A
    Participant

    ONE LAST ISSUE..

    Let’s forget the % issue, I can make it work as it is (with current fixes).

    BUT ONE LAST BUG >> is the mobile menu is not working.

    If you load the page http://paulacm.com on a mobile screen – We see the Menu-ICON at the lower screen, but when we click it, it’s not working. Nothing happens.

    Thanks!

    #984553
    Keith A
    Participant
    This reply has been marked as private.
    #985344
    Christopher
    Moderator

    Hi there,

    #1 Find this code :

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 70px;
        margin-top: 500px;
    }

    And update it to :

    @media (min-width:979px){
    body.home.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 70px;
        margin-top: 500px;
    }
    }

    #2 & #3 Please set your slider above masthead, then you may need to reduce top-margin for provided code in #1 solution.

    Let us know how it goes.

    #1027464
    WilliamSlattery
    Participant
    This reply has been marked as private.
    #1027645
    Rad
    Moderator

    Hi William,

    Would you mind creating a new thread and provide the site’s URL login credentials in private reply? We need to check it first 🙂

    Thanks!

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