if i try to overlay a layout element between two section the button in the attached image are not clickable because the lower section go on top the button. could you help me to fix the problem?
i try to set this css on the section but the button are not clickable
#modulistica.issima {
margin-bottom: -150px;
}
fixed
#modulistica-issima > .container > .content {
z-index:2;
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon