Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255095
    mitchghost
    Participant

    Hi, I need to place mobile menu on the left. Also decrease gap and change font color… i would like to have a different logo size as well for the mobile version. Thank you very much for the help.

    #1255100
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1255954
    mitchghost
    Participant

    Hi Christopher the site is http://www.supercarsclubarabia.com, thanks.

    #1255958
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width:480px){
      .x-btn-navbar {
        float: left !important;
      }
    
      .x-brand.img > img {
        max-width: 100px;
      }
    }
    

    Hope that helps.

    #1257630
    mitchghost
    Participant
    This reply has been marked as private.
    #1257687
    Christopher
    Moderator

    Hi there,

    Please update this code :

    #top > footer.x-colophon.bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        min-height: 30px;
        height: auto;
        background-color: #000000;
    }
    

    To :

    #top > footer.x-colophon.bottom {
        width: 100%;
        bottom: 0;
        min-height: 30px;
        height: auto;
        background-color: #000000;
    }
    @media (min-width:979px){
    #top > footer.x-colophon.bottom {
        position: fixed;
    }
    }
    
    .x-nav-wrap.mobile {
        background-color: #000;
        padding: 10px;
    }
    .x-navbar .mobile .x-nav li>a {
        line-height: 0.5;
    }
    

    Hope it helps.

    #1257720
    mitchghost
    Participant

    Thank you very much for the quick replies. I will rely on X now for my future projects.

    #1257788
    Thai
    Moderator

    You’re most welcome 🙂

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