diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 43739bdec3..1e3fe69bbc 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7945,9 +7945,12 @@ form[id^="tracker-"] .dialogHeadbar { } body .et2_searchbox.expanded { position: absolute; - width: 100% !important; + width: auto !important; height: 50px; + left: 65px; + right: 70px; margin-left: 0; + margin-right: 50px; } body .et2_searchbox.expanded button.et2_button { background: none; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 5672d8b6df..3dd7dad34e 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -1055,9 +1055,12 @@ } .et2_searchbox.expanded { position: absolute; - width:100% !important; + width:auto !important; height:50px; + left:65px; + right:70px; margin-left:0; + margin-right:50px; button.et2_button{ background: none; }