Okay
  Public Ticket #1378987
Move main navigation menu below header image
Closed

Comments

  •  1
    digitelle started the conversation

    I simply want the navigation menu placed below the header image or slider. How can I achieve this most efficiently? Can you please add this to the default configuration, it feels like its missing. :) Thanks.

  •  9,017
    Tahir replied

    Hey Again,

    I am afraid Salient has no such Option available though its in the Wishlist .

    B.est


    ThemeNectar Support Team 

  •  1
    digitelle replied

    Ah, that's a pity... :(  Well, perhaps father Christmas will deliver for the holidays. Thanks for an otherwise excellent theme! Its good to work with.

  •  1
    digitelle replied

    I was able to "hack" it with a silly large "logo" - but there seems to be some spacing issues. Any advice on how I could remove the white space above and to the left of the image here, please?

  •  9,017
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •  1
  •  9,017
    Tahir replied

    You can remove the space using below css but this hack will likely break other features of the Theme so we dont recommend it .

    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 .container {
        margin: 0px !important;
    }
    #header-outer {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    digitelle replied

    Ok, thanks for your help. :) I will give it a shot and just roll back if something gets messed up.