Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1228543

    Hello…I’m working on a new website

    And i need that the button “prenota” must be on top of everything

    here is the error:

    https://ibb.co/VTBfdc4

    I use also a custom CSS code to fix the position of the button and i also use the z-index but…something wrong, here is the code

    #floating { position: fixed; right: 0; top: 20%;
    width:15%;
    border-radius:5px;
    background-color: #79bd3a;
    z-index: 1 !important;
    }

    #1228724

    Hey claudioaddobbatim2r2,

    Add this to quick css:

    .menu.av-main-nav li a{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

    #1228817

    It works!! thank you so much

    #1228922

    Hi,

    Perfect, I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Put on top of everything’ is closed to new replies.