Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #375221
    getonlineph
    Participant

    Hi, I would like to ask how to make the header sticky at the top on all screen size including mobile.

    thanks

    #375260
    getonlineph
    Participant

    I have tried this css

    @media (max-width: 979px){
    .x-navbar-fixed-top {
    position: fixed !important;
    }
    }

    but because I have a rev slider, the slider was cover up by the header

    #375323
    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    @media (max-width:979px){
    .x-navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
    .x-slider-container.below {
        margin-top: 216px;
    }
    }

    Hope it helps.

    #375468
    getonlineph
    Participant

    hi thanks for the reply.

    I applied this css here http://backinmotionmedprod.com/ I put margin-top: 89px.

    it work great on chrome. but in firefox and safari, the slider is covered by the header.

    please help

    #375473
    getonlineph
    Participant

    never mind about my last reply 🙂 its fine now

    #375480
    getonlineph
    Participant

    I noticed that on mobile, when I click a menu with sub menu. I cannot scroll down the menu. any solution on this?

    thanks

    #375520
    Christopher
    Moderator

    Hi there,

    Before we continue, we need you to update X and bundled plugins, install Cornerstone from X Addons -> Extensions and disable X shortcodes plugin.

    Thanks.

    #376054
    getonlineph
    Participant

    Hi, actually I don’t want to use Cornerstone because I’m used to use the VC and the current X version I have.

    any solution without a need to update X ?

    thanks

    #376164
    Rupok
    Member

    Hi there,

    You need to install Cornerstone and deactivate X Shortcode as the functionality of X Shortcode has been replaced by Cornerstone and it’s required to run X smoothly. You can still use Visual Composer or other editor to build your pages. And also we recommend to keep update X always.

    Thanks

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