Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1291801

    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;
    }

    #1291815

    fixed

    #modulistica-issima > .container > .content {
    z-index:2;
    }

    #1291883

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘layout element between section’ is closed to new replies.