[Support request] Remove space in menu

Home Forums Support [Support request] Remove space in menu

Home Forums Support Remove space in menu

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #830160
    Edwin

    Hi

    I am using icons in the menu and trying to remove space between it by using CSS (fbme) for that particular part of the menu.
    Unfortunately, it is not working for me. Any idea?

    .fbme .main-navigation .main-nav ul li a {
    padding:0!important;
    margin:0!important;

    }

    or

    .main-navigation .main-nav ul li a .fbme {
    padding:0!important;
    margin:0!important;

    }

    Thanks

    Edwin

    #830619
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation .main-nav ul li.fbme a {
        padding-left: 0;
        padding-right: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.