Pounyet Posted May 4, 2014 Share Posted May 4, 2014 (edited) Bonjour, Je cherche comment décaler de quelques pixels sur la droite le menu affiché par le module Bloc liens permanents v0.2 - by PrestaShop. J'ai regardé dans les fichiers mais mes essais n'ont rien donnés, je précise que j'utilise un thème tier par Prestacrea. Merci d'avance pour votre aide Fred. Edited May 5, 2014 by Pounyet (see edit history) Link to comment Share on other sites More sharing options...
BriceVanZeg Posted May 4, 2014 Share Posted May 4, 2014 Si nous pouvions avoir ton Url pour regarder ca.. ca serait plus pratique..En MP si tu ne veux pas le divulguer sur le forum Brice Link to comment Share on other sites More sharing options...
Pounyet Posted May 4, 2014 Author Share Posted May 4, 2014 Le site n'est malheureusement pas encore accessible par internet, que vous faut-il comme infos ? Link to comment Share on other sites More sharing options...
BriceVanZeg Posted May 4, 2014 Share Posted May 4, 2014 Si tu es sous Firefox, avec Firebug, faire un clic droit "examiner l element".. et dans le css, il te pointera exactement ou tu avais ta souris.. il doit s agir d un padding:10px.... genre..!! Bon courage Brice 1 Link to comment Share on other sites More sharing options...
Pounyet Posted May 5, 2014 Author Share Posted May 5, 2014 (edited) Alors ça m'affiche ça mais où retrouver ce "header_links" ? <div id="header" class="container"> <a id="header_logo" title="Mon_site" href="http://www.monsite.fr/boutiquetest/"> <ul id="header_links"> <li class="header_link_home"> <li class="header_link_contact"> <li class="header_link_sitemap"> </ul> Edited October 5, 2014 by Pounyet (see edit history) Link to comment Share on other sites More sharing options...
BriceVanZeg Posted May 5, 2014 Share Posted May 5, 2014 Tu dois avoir un fichier css, correspondant a ce block... 1 Link to comment Share on other sites More sharing options...
Pounyet Posted May 5, 2014 Author Share Posted May 5, 2014 (edited) Rho j'étais passé à coté de ce fichier non de non ! Alors j'ai trouvé ça dans themes / nom_du_theme / css / modules / blockpermanentlinks / blockpermanentlinks.css Un p'tit rajout avec padding-left:10px; comme çi-dessous et c'est ok ! #header_links { padding-left:10px; float:left; margin-right:10px; } Merci beaucoup pour l'aide apportée Edited May 5, 2014 by Pounyet (see edit history) Link to comment Share on other sites More sharing options...
BriceVanZeg Posted May 5, 2014 Share Posted May 5, 2014 De rien, content que tu es trouvé.!bonne continuation Brice Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now