Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985582
    zendog22
    Participant

    Hi, when my website is viewied on 10 or 12′ desktop screens there is a problem with the navigation view. The writing goes below the logo, and the top of the section below the navigation gets hidden. Please can you help me resolve this?
    http://kentishandco.staging.wpengine.com/
    many thanks

    #985744
    Christopher
    Moderator

    Hi there,

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

    @media (max-width:1265px) and (min-width:979px){
    .x-navbar .x-nav-wrap .x-nav > li > a {
        letter-spacing: normal;
    }
    }
    
    @media (max-width:1170px) and (min-width:1077px){
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 16px;
        padding-right: 16px;
    }
    }
    @media (max-width:1077px) and (min-width:979px){
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 9px;
        padding-right: 9px;
    }
    }
    
    

    Hope that helps.

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