• Resolved flash1111

    (@flash1111)


    Hey, my question is it is possible to edit the text message in “Additional content” windowm so the text will be not centered and it will start from left side – beacuse i need to add a pop up box with the license, and the license must start on the left side, because it has paragraphs, spacing, etc.
    Greetings.

    • This topic was modified 3 years, 5 months ago by flash1111.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter flash1111

    (@flash1111)

    Or in “Sub headline” window?
    And it is possible to move buttons below – “Additional content” window?
    I am writing in the comment because I do not know how to edit the post above, or it is impossible to edit it anymore.

    • This reply was modified 3 years, 5 months ago by flash1111.
    Plugin Author Phil

    (@philsbury)

    Hi @flash1111,

    You can just apply css to anything. For the text, you can do:

    
    .age-gate-additional-information { 
        text-align: left;
    }
    

    Moving the buttons is a little more complicated, but you would probably need to use flex as a column, and then use the order property to move things up and down the window.

    Here’s info on flex if you need it and the Age Gate css reference

    Thanks
    Phil

    Thread Starter flash1111

    (@flash1111)

    Thank You very much @philsbury, for Your help and Your plugin!

    Thread Starter flash1111

    (@flash1111)

    Resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to make the text be not centered,but to start from the left side?’ is closed to new replies.