[Support request] Social Icons

Home Forums Support [Support request] Social Icons

Home Forums Support Social Icons

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1650481
    David
    Staff
    Customer Support

    Add this CSS:

    @media(min-width: 768px) {
      .main-navigation .menu-bar-item.search-item {
        display: none;
      }
      .main-nav {
        flex: 1;
      }
      .main-navigation li.menu-item-float-right {
        order: 100;
      }
      .main-navigation li.search-item {
        margin-left: auto;
      }
    }
    #1650486
    Jatin

    Ok perfect, One last minor thing. when i click on search button its covering the social icons as well. is it possible to not cover the social icons when clicking on search button.

    #1650590
    David
    Staff
    Customer Support

    Add this CSS:

    @media(min-width: 769px) {
      .navigation-search.nav-search-active {
        max-width: calc(100% - 177px);
      }
    }
    #1650635
    Jatin

    Thanks it worked fine. The Social Icons which are created via the Menu custom link are opening on the same page. Can we change it to open in a new tab when someone clicks on it.

    #1650637
    David
    Staff
    Customer Support
Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.