Shape 5

Joomla Templates => Charity - Club => : cspgsl April 13, 2018, 10:34:22 AM



: sub menu items on page scroll
: cspgsl April 13, 2018, 10:34:22 AM
At http://awdtest1.com/ the sub menu items are floating underneath the floating header when the page is scrolled down. Can they be made to float over the top of the header?

Thanks


: Re: sub menu items on page scroll
: mikek April 13, 2018, 12:30:36 PM
Hello,

Try adding the following to custom.css. Remember to clear your cache:

.subMenusContainer, .s5_drop_down_container {
z-index:100 !important;
}


: Re: sub menu items on page scroll
: cspgsl April 13, 2018, 12:31:56 PM
Thanks Mike