Jump to content

Recommended Posts

Bonjour à tous, 

 

je suis sous prestashop 1.6.1.1 et j'ai acheter Avanced Top Menu, tous ce pase très bien, mais je galère a avoir le menu centré tous en gardant mon theme responsive, 

 

j'utilise le template: http://addons.prestashop.com/en/neutral-themes/2901-responsive-discountshop.html?utm_source=back-office&utm_medium=promo-addons&utm_campaign=back-office-EN&utm_content=download

 

quelqu'un aurais une idée pour m'aiguillé? 

 

le liens de mon shop: www.flyxcopter.com

 

merci,

Quentin

Link to comment
Share on other sites

Bonsoir,

 

Dans la configuration du module vous pouvez indiquer le code correspondant:

#atm_menu {
    background: -webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#f6f6f6));
    background: -moz-linear-gradient(top,#e6e6e6,#f6f6f6);
    background: -ms-linear-gradient(top,#e6e6e6,#f6f6f6);
    background: -o-linear-gradient(top,#e6e6e6,#f6f6f6);
    background: linear-gradient(top,#e6e6e6,#f6f6f6);
}

#adtm_menu_inner {
    width: 1140px !important;
    margin-left: auto;
    margin-right: auto;
}


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...