Sunday 18 August 2019

Using position : static property

we use the following property when there is a third layer drop-down menu. If we use (Position: absolute) then in mobile responsive it will not show the third layer drop down menu. Make sure to use @media to specify only for mobile.
ul{
position: static;
}