Jump to content

Recommended Posts

Bonjour ,

J'ai un problème dans mon thème presta , je n'arrive pas à modifier ma barre header tout en haut de ma page en responsive . Dès que je passe sur mobile elle disparait . Le problème c'est que mon module de connexion est dessus . 

Voici une partie du css , je pensais à header-nav.fixed à modifier?

 

Merci

/*** Responsive part ***/
@media (max-width: 991px) {
    
    .header-top .search-widget form {
        margin: 0 auto;
    }
    .header-top .search-widget form input[type="text"] {
		min-width: inherit;
		background-color:#ffffff;
		border:1px solid #3BC348;
    }
	#header .header-nav.fixed{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		border-bottom:1px solid #eeeeee;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.1);
		-o-box-shadow:0 0 5px -1px rgba(0, 0, 0, 0.1);
	}
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...