Short Scrollable Terms widget: how can I change the checkbox position?

  • alonzo_llamas
    Asked on November 8, 2019 at 1:36 AM
    On Page 3 and 4 I have a Short Scrollable Terms widget, how can I change the checkbox position, I want the checkbox button to be on after the text-box on the right-bottom corner.
  • AndrewHag
    Replied on November 8, 2019 at 1:47 AM

    Could you please tell where you wish to place the checkbox so we can give you the CSS code accordingly?

  • alonzo_llamas
    Replied on November 8, 2019 at 1:52 PM

     

    Sorry for the bad writing :P

    Here's the place where I'd like to move the checkbox and text, thanks.

     1573248721terms Screenshot 10

    Thanks!

  • John Support Team Lead
    Replied on November 8, 2019 at 6:23 PM

    Please inject this custom CSS code below to the widgets.

    First Short Scrollable Terms widget:

    div#action {

        float: right;

        margin-top: 260px!important;

        margin-left: -100px!important;

    }

    Second Short Scrollable Terms widget:

    div#action {

        float: right;

        margin-top: 410px;

        margin-left: -100px!important;

    }

    answers Screenshot 10

  • alonzo_llamas
    Replied on November 9, 2019 at 2:32 PM

    Thanks so much for the help!