---
title: "Sticky Topbar in Virtue"
source: "https://docs.nexcess.com/software/kadence/sticky-topbar-in-virtue/"
description: "To make only the topbar sticky in Virtue theme, add the following to your custom CSS box in Theme Options > Advanced Settings: div#topbar { position:fixed; widt…"
vertical: "Software"
area: "Kadence"
date: "2021-07-15"
last_modified: "2021-07-15"
---

# Sticky Topbar in Virtue

To make only the topbar sticky in Virtue theme, add the following to your custom CSS box in Theme Options > Advanced Settings:

```
div#topbar { position:fixed; width:100%; z-index:10000; }
```
