Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

gregfielding on "Quick Mobile Conditional Help"

$
0
0

I'm trying to stick the nav at the bottom on mobile devices, but this code isn't working. What do I need to fix?

Thanks!

<?php if ( wp_is_mobile() ) {
<nav id="site-navigation" class="navbar navbar-inverse navbar-fixed-bottom" role="navigation">
}
else:
{
<nav id="site-navigation" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
}
?>

Viewing all articles
Browse latest Browse all 22088

Trending Articles