Home › Forums › Support › Top Bar Widget Area not showing This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 4, 2021 at 1:02 am #1763130 Tim I have activated Header as navigation and made it sticky. Now I want to display a top bar above the header (which is also sticky with the header) and have followed the instructions here, but ho top bar appears. Site URL attached. May 4, 2021 at 3:57 am #1763378 DavidStaff Customer Support Hi there, the Top Bar is hidden by the Fixed Navigation CSS you have: nav#site-navigation { position: fixed; top: 0; } Change that to: nav#site-navigation { position: -webkit-sticky; position: sticky; top: 0; } May 4, 2021 at 4:14 am #1763390 Tim That worked, thanks! May 4, 2021 at 5:09 am #1763466 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In