Some browsers may display focus styles when clicking on the mobile menu toggle and accessing the mobile menu. This is…
This code will register a new widget area (Mobile Sidebar) above your site content for mobile only (to display at…
Important: This snippet is no longer needed! Videos will now display always by default. This snippet allows you to display…
/* Disable animations on mobile devices */ body.wpex-is-mobile-device .wpb_animate_when_almost_visible { opacity: 1; filter: alpha(opacity=100); -webkit-animation: none; -moz-animation: none; -o-animation: none;…
add_action( 'wp_footer', function() { ?> ( function( $ ) { 'use strict'; // Get viewport width var e = window,…
@media only screen and (max-width: 959px) { #site-header #site-logo { float: none; display: block; } } #mobile-menu { position: inherit;…
body #site-header #site-logo { float: none; } body #mobile-menu { position: relative; right: auto; left: auto; top: auto; margin: 20px…