fix extra menu button inside mobile view
This commit is contained in:
parent
cec86f148e
commit
0a6ae01982
5 changed files with 38 additions and 9 deletions
|
|
@ -46,7 +46,12 @@ get_header();
|
|||
<fieldset>
|
||||
<div class="tx-indexedsearch-form">
|
||||
<label for="tx-indexedsearch-searchbox-sword"><?php _e('Ergebnisse filtern', 'kit'); ?>:</label>
|
||||
<div>A</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>Alle</li>
|
||||
<li>A</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue