This guide is valid for the following themes: 


1. Church and Event, Health Center, Honeymoon, Fitness and Wellness, Lawyers Attorneys 


You can enable the top bar area in mobile view by putting this code in the Custom CSS area in Vamtam >> General settings:


@media (max-width: 958px) {.csstransforms.js .responsive-layout header.main-header .top-nav {

display: block !important;

white-space: normal;

}}



@media (max-width: 958px) {
    #top-nav-text {
        display: none;
    }

    #top-nav-wrapper .menu-wrapper {
        text-align: center;
    }
}



2. The Wedding Day, Do-Biz, David&Goliath, Makalu

 

You can enable the top navigation by adding this code in the Custom CSS area in Vamtam >> General:

 

@media (max-width: 958px) {.csstransforms.js .responsive-layout header.main-header #top-nav {

display: block !important;

white-space: normal;

}}



Here's a guide for how to add Custom CSS code: http://support.vamtam.com/solution/articles/200025-how-to-add-custom-css-code-