Divided Static Menu

Hello. I am attempting to create a divided static menu. So far I have been able to achieve the divided part. The static part has me a bit perplexed.
Theme: Beaver Builder
Builder: Beaver Builder
I am really liking both!

The website is oneillconsult.com. It is currently hidden. Not sure how I am should provide the password.

Hey David,

You can post the details here using the private reply option below. Anyway, could you tell me a little more about the problem that you’re having?

Thanks!

KC

[Content Hidden]

Hey David,

You should be able to use custom CSS to stick that in place. Place a class name on that row, e.g., sticky-row, and add the CSS snippet below.

.sticky-row {
  position: fixed;
  width: 100%;
  z-index: 1; /* May change depending on the content you have */
}

Then add a top margin on the next row which equals the height of the first row, about 64px.

Ben

I am pretty sure I understand how to complete your recommendation, however, the 'sticky-row’is part of a custom template. When I attempt to edit the template I receive a ‘Sorry! That page doesn’t seem to exist’. I’ve attempted to edit from the dashboard and from the page pop-up listing ‘My Templates’.

Hey David,

Can you check under Settings > Permalinks and see if it’s set to Postname?

Ben

Confirmed. Set to Permalinks.

Hey David,

Do you mind sharing temp admin access to your site so we can take a look? You can post access details here using the private reply option below.

Ben

[Content Hidden]

Hey David,

I just went in to check on the site and I was able to edit the 3 templates that you have either via the Templates admin section, or the popup listing My Templates section. Could you double check?

Ben

Not sure what was going on, but I was able to edit the custom templates and the CSS for the sticky-row worked like a charm. Thank you.

Before marking as resolved, I was wondering, do you guys prefer that we start new threads for each topic or do you prefer a list on a single thread?

Hey David,

If it’s not related in any way to the topic, in this case - Divided Static Menu, we’d really prefer just starting a new thread. We try not to deviate from the topic as much as possible. Unless one issue led to another, like how this thread came to be. :slight_smile:

Reason for that is people visiting the forums would be seeing the topic first, before its contents. :slight_smile:

Ben

Makes sense. Thanks again for you help and try not to work so late. :slight_smile:

No worries at all! And don’t worry about my schedule, as I’m loving it! :slight_smile: Enjoy BB! :slight_smile:

Ben