Site logo

Archived topic

Sticky Navigation Menu Button CSS

5 replies · Started by Craig on January 21, 2019

Viewing posts 1–6 of 6

/*Changes sticky navigation bg color on mobile menu */

.main-navigation.navigation-stick{
	background-color: #00aab0;
	height: 50px;
}

The first one I can get to work. I am unsure of how to reference the toggle menu button. I hope the code below somewhat explains what I'm trying to do

/*Float sticky navigation toggle button right and center vertically*/

.main-navigation.navigation-stick.menu-toggle {
	float: right;
	vertical-align:middle;
}

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

Site is on localhost

[img]https://i.imgur.com/t3uMP2K.png[/img]

I want to be able to float that toggle menu button right and center it vertically.

I solved it myself.

Used .inside-navigation.grid-container.grid-parent

Glad you figured out :)

This archived topic is closed to new replies.