Make SEO info, header/footer text, and some other fields full width #2516

This commit is contained in:
Kijin Sung 2025-03-09 20:06:28 +09:00
parent f980ea58c6
commit 3aa0d38a67
9 changed files with 31 additions and 30 deletions

View file

@ -34,8 +34,8 @@
</div>
<div class="x_control-group">
<label class="x_control-label" for="sitelock_message">{$lang->sitelock_message}</label>
<div class="x_controls" style="margin-right:14px">
<textarea name="sitelock_message" id="sitelock_message" rows="6" style="width:100%;">{$sitelock_message}</textarea>
<div class="x_controls">
<textarea name="sitelock_message" id="sitelock_message" rows="6" class="x_full-width">{$sitelock_message}</textarea>
<span class="x_help-block">{$lang->sitelock_message_help}</span>
</div>
</div>