Consistent sticky menu

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7809
    xander
    Member

    Hey, I’m wondering if there is a way to keep the sticky menu consistent and unchanging. Right now the menu resizes and pops in as you scroll down. I’d like the menu to remain consistent and unchanging as you scroll down. I’ve spent a decent amount of time digging around in style.css but to no avail. How would I go about achieving this effect?

    For reference my site is: http://www.onmarketrealty.com/

    #7837
    Raghavendra
    Moderator

    Can you check if the following Custom CSS meets your requirement –

    #header.sticky {
    	background: none;
    	border-bottom: none;
    	box-shadow: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.