I have 4 blocks Header,Section,Main,Footer.
I added a horizontal menu in the header and I set it above the section menu that has my slider. but the problem is I want to set the menu vertical when the page width is less than 1136 pixel, the menu covers my slider in section and i don't want that. what i want is the menu below the section so the user can see the menu and slider. i put my web site URL to understand well.
/*Header Tag*/
.cd-header {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 50px;
background-color: rgba(0,1,1,0.4);
}
/*section Tag*/
.cd-hero{
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*main Tag*/
.cd-main-content {
width: 90%;
max-width: 768px;
margin: 0 auto;
padding: 2em 0;
}