Okay
  Public Ticket #1227765
mobile nav branding (center and larger)
Closed

Comments

  •   p1011 started the conversation
  •  9,013
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   p1011 replied privately
  •  9,013
    Tahir replied

    Hey Again,

    The Demo layout would not likely match the settings you have therefore let us know the live url so that we can provide 100% working css fixes for whats possible. 

    Thanks 


    ThemeNectar Support Team 

  • p1011 replied

    the dmo layout is the exact same

  •  9,013
    Tahir replied

    Hey Again,

    I am afraid there is no such option to switch logos per page . 

    To center the logo add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer[data-format="centered-menu"] header#top .span_3 {
        left: 50% !important;
    }
    #header-outer[data-format="centered-menu"] header#top .span_3 #logo {
        transform: translateX(-50%) !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   p1011 replied privately
  •  9,013
    Tahir replied

    Hey Again,
    Hope you had a Great Weekend,

    You have changed the layout as was in the demo . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer header#top .span_3 {
        left: 50% !important;
    }
    #header-outer header#top .span_3 #logo {
        transform: translateX(-50%) !important;
    }

    Thanks



    ThemeNectar Support Team 

  • p1011 replied

    thank you, you can close this ticket.