fix mobile login overlay bug
This commit is contained in:
parent
d6a16c78f3
commit
d050f95bd4
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
Author: Evan Mullins
|
||||
Author URI: https://circlecube.com
|
||||
Template: twentynineteen
|
||||
Version: 1.11.0
|
||||
Version: 1.11.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: wasmo
|
||||
|
@ -882,8 +882,9 @@ cite span {
|
|||
|
||||
/* footer widget / lwa modal */
|
||||
div.lwa-modal-overlay div.lwa-modal-popup {
|
||||
width: 450px !important;
|
||||
font-size: 18px;
|
||||
max-width:100% !important;
|
||||
width: 450px !important;
|
||||
}
|
||||
.lwa-modal-overlay input[type="checkbox"] {
|
||||
margin-right: .5rem !important;
|
||||
|
|
Loading…
Reference in a new issue