Okay
  Public Ticket #1644079
mobile menu and logo
Closed

Comments

  • clpublications2243 started the conversation

    hello!!


    Is there a way to remove the navigation icon on mobile. I removed all links in the menus. 


    one last thing is centering the logo on navigation. is that possible?


    thanks.


  •  9,001
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • clpublications2243 replied

    cityseries.thewodapalooza.com

  •  9,001
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #header-outer[data-has-menu="false"][data-format="default"] header#top .span_3, #header-outer[data-has-menu="true"][data-mobile-fixed="1"] header#top .span_3, #header-outer[data-has-menu="true"][data-ptnm="1"] header#top .span_3, body.material #header-outer[data-has-menu="true"] header#top .span_3 {
            text-align: center !important;
        }
        .material header#top .span_9 >.slide-out-widget-area-toggle {
            visibility: hidden !important;
        }
    }

    Thanks


    ThemeNectar Support Team