Support for Envato Buyers Forums DGWork Create more space for Menu Buttons

Viewing 1 reply thread
  • Author
    Posts
    • #11504
      bdendas
      Participant

      I am not using the search bar, or any of the shopping cart menu buttons. Is there any way to create more space for menu elements?

      Example:
      http://imgur.com/a/F7oEr

    • #11506

      Hi

      Try the following custom CSS

      .main-navigation.dgw-col8{
          width: 83%;
          margin-right: 0;
      }
      @media (max-width: 1200px){
       .main-navigation {
          min-width: 83%;
       }
      }

      Thanks

Viewing 1 reply thread
  • You must be logged in to reply to this topic.