Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Jan 21, 2023
1 parent b886c7f commit d16cc94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/mobilenav/mobilenav.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ function siteorigin_mobilenav_nav_menu_css() {
$mobile_resolution = apply_filters( 'siteorigin_mobilenav_resolution', 480 );

if ( $mobile_resolution != 0 ) { ?>
asd
<style type="text/css">
.so-mobilenav-mobile + * { display: none; }
@media screen and (max-width: <?php echo intval( $mobile_resolution ); ?>px) { .so-mobilenav-mobile + * { display: block; } .so-mobilenav-standard + * { display: none; } .site-navigation #search-icon { display: none; } .has-menu-search .main-navigation ul { margin-right: 0 !important; }
Expand Down

0 comments on commit d16cc94

Please sign in to comment.