further work on language selector on mobile view
This commit is contained in:
parent
df552d5478
commit
ace2f79fd5
5 changed files with 81 additions and 5 deletions
|
|
@ -107,7 +107,16 @@
|
|||
wpm_language_switcher ('list','name');
|
||||
};
|
||||
?>
|
||||
<img src="<?php bloginfo('stylesheet_directory');?>/img/ios-arrow-down.svg" width=20px height=20px></img>
|
||||
<div class="icon"></div>
|
||||
<div id="dropdown" class="dropdown">
|
||||
<div class="dropdown-content">
|
||||
<?php
|
||||
if ( function_exists ( 'wpm_language_switcher' ) ) {
|
||||
wpm_language_switcher ('list','name');
|
||||
};
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="header-logo-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue