added border to bottom in menu bellow banner

This commit is contained in:
Fabiano Alencar 2018-04-17 14:43:04 -03:00
parent 27d05b234a
commit 791243c06e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ get_header('banner'); ?>
$bread .= "</ol>";
?>
<?php if(has_nav_menu('navMenubelowHeader')) : ?>
<nav class="navbar navbar-expand-md navbar-light bg-white px-1" role="navigation">
<nav class="navbar navbar-expand-md navbar-light bg-white px-1 border-bottom" role="navigation">
<div class="container-fluid">
<?php /* if(wp_is_mobile()) echo $bread; */ ?>
<a class="navbar-brand" href="#"></a>