Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1185292
    logoglo
    Participant

    Hi there, I have setup this page:

    EQUIPAMIENTO Y DISEÑO DE COCINAS INDUSTRIALES

    My question is, when you view it on a portrait mobile or tablet, the mobile menu appears, I want to know:

    1: If, when its viewed like this, the logo can be centered.

    2: How do I increase the gap underneath the logo? I have tried in the customize menu, but it doesnt effect it when its viewed on a mobile.

    Thanks.

    #1185692
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media (max-width: 979px){
    .x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
        float: none; 
    margin: 15px 0px;
    }
    .x-btn-navbar {
        margin-top: -100px;
    }
    }

    Hange the value of margin: 15px 0px; to your gap size preference.

    Cheers!

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