Okay
  Public Ticket #2493200
Navigation layout is different
Closed

Comments

  • IGLOOO started the conversation

    I've selected "center menu" as the layout for my navigation, and it works for all my pages, except for any pages using the "search" page template. My navigation seems to be off by several pixels. What can I do to make it all the same? 

  •  8,853
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •   IGLOOO replied privately
  •  8,853
    Tahir replied

    Hey Again,

    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 (min-width: 1000px) {
        body.search.material header .span_9 {
            margin-right: 0% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • IGLOOO replied

    Thanks! Worked.