Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144651
    cmdev
    Participant

    Hi I’m using an existing X install now, love the theme. I need to reduce the padding on my main navigation items to allow for more items & I need to adjust the media queries to prevent my nav from sliding under my logo when the screen width is lower than 1100 or so.. Can you help me find how this is done?http://prntscr.com/c9m6mb

    WP 4.4.4
    X Theme Version: 4.6.0
    Cornerstone Version 1.3.0

    #1144795
    Rahul
    Moderator

    Hey There,

    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.

    #1155816
    cmdev
    Participant
    This reply has been marked as private.
    #1155912
    Jade
    Moderator

    Hi there,

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

    @media screen and (min-width: 1080px) {
        .masthead-inline .x-nav > li > a {
            padding: 38px 45px 0 45px !important;
        }
    }

    Hope this helps.

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