diff --git a/common/common.scss b/common/common.scss index 10abdff..9f547a7 100644 --- a/common/common.scss +++ b/common/common.scss @@ -11,7 +11,7 @@ } } .custom-gate-content { - text-align: center; + text-align: #{$custom_gate_content_position}; img { width: #{$custom_gate_image_width}; height: auto; diff --git a/settings.yml b/settings.yml index 88d0502..472a21b 100644 --- a/settings.yml +++ b/settings.yml @@ -70,6 +70,13 @@ custom_gate_enabled: type: bool default: false description: "Enable it if you want to customize the modal." +custom_gate_content_position: + default: center + type: enum + choices: + - left + - right + description: "Custom gate content position." custom_gate_image: type: upload default: ""