fix menu mobile, fix mobile search link
This commit is contained in:
parent
4eb19a4945
commit
b01ca60341
4 changed files with 14 additions and 107 deletions
|
|
@ -91,6 +91,7 @@
|
|||
<header>
|
||||
|
||||
<div class="content-wrap">
|
||||
|
||||
<h1 class="header-logo-container">
|
||||
<a href="<?php echo home_url(); ?>">
|
||||
<span class="header-logo-text">KIT - Karlsruher Institut für Technologie</span>
|
||||
|
|
@ -99,13 +100,15 @@
|
|||
</a>
|
||||
</h1>
|
||||
|
||||
<a href="https://www.kit-ausbildung.de/de/suche" class="header-search">
|
||||
<a href="<?php echo home_url(); ?>/search" class="header-search">
|
||||
<img src="<?php bloginfo('stylesheet_directory');?>/img/magnifier-dark.svg" alt="Suche">
|
||||
<span>Suche</span>
|
||||
</a>
|
||||
|
||||
<input class="header-burger-button" id="header-burger-button" type="checkbox">
|
||||
<label for="header-burger-button"><span>Navigation öffnen / schließen</span></label>
|
||||
<label for="header-burger-button">
|
||||
<span>Navigation öffnen / schließen</span>
|
||||
</label>
|
||||
|
||||
<?php get_template_part('template-parts/site-nav'); ?>
|
||||
|
||||
|
|
@ -114,4 +117,5 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue