1. Home
  2. Knowledge Base
  3. WooCommerce Restaurant Ordering
  4. Advanced

Code snippet: Make the navigation tabs in WooCommerce Restaurant Ordering sticky

The WooCommerce Restaurant Ordering plugin lets you display your product categories (e.g. starters, mains and desserts) as clickable tabs above the food order form. The following CSS code snippet allows you to make this sticky so that it remains visible as the customer scrolls down the page:

/* Sticky restaurant navigation */
nav.wc-restaurant-navigation {
position: sticky;
top: 0;
background: white;
}

If you don't know how to use CSS code snippets then please see our article about how to add custom CSS to your site.

Related Articles

If searching the knowledge base hasn't answered your question, please contact support.