Fixed floating position for 2 elements

  • livro.ca
    Asked on November 27, 2017 at 4:26 PM

    Hi,

    I'd like to make 2 elements float at the botton of the screen;

    one of them is the submit button; field id: #input_7

    and the other is the Text Field (id17)

    Can you help me get those fixed into place where they are?

  • lumiardian
    Replied on November 27, 2017 at 5:44 PM

    You can put the button in the bottom by using this CSS code.

    li#id_7 {

        position: absolute !important;

        bottom: 0 !important;

    }


    On this link you will find on how to inject Custom CSS Code.