Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1372438
    ravido
    Participant

    Hi X theme team,

    On my main menu on small screen there a square line around the items. how can i remove it?
    Second thing, how can i change the gap between the menu items on full screen view.

    The website address id paywatch.co.il

    thanks,
    Ravid

    #1372983
    Friech
    Moderator

    Hi Ravid,

    You can add this on your custom CSS to remove the borders from your mobile menu items.

    .x-navbar .mobile .x-nav li>a {
    	border: none;
    }

    Navigate to Customizer under the Header panel look for the Navbar Top Link Spacing option.

    Hope it helps, Cheers!

    #1373407
    ravido
    Participant

    thanks

    #1373417
    ravido
    Participant

    Hi,
    Why the space in the most left menu item is smaller the the other?
    Ravid

    #1373619
    Rupok
    Member

    Hi Ravid,

    This is because you are using RTL and you have some custom CSS that’s overriding usual spacing. Let’s add this under Custom > CSS in the Customizer.

    .x-navbar-static-active .masthead-inline .desktop .x-nav > li:last-child > a, .x-navbar-fixed-top-active .masthead-inline .desktop .x-nav > li:last-child > a {
        padding-right: 8px;
    }

    Cheers!

    #1373882
    ravido
    Participant

    Its pleasure to work with you.

    #1374077
    Joao
    Moderator

    And with you as well! 🙂

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