Jump to content

Problème point accroche home dans configurateur de theme


Recommended Posts

Bonjour à tous


J'ai un problème avec le module configurateur de thème.


Dans le point d'accroche "Home"


J'ai 4 images (cf photo)


 


1ere ligne :


1ère image à 66.67 %


2ème image à 33.33 %


 


2ème ligne :


1ère image à 33.33 % 


2ème image à 66.67 % 


 


Cela fait des heures que cherche comment mettre ma 4ème image au bon format, et impossible.


 


J'ai modifié le hook.css :


 


 #htmlcontent_home ul li.htmlcontent-item-1 {

      width: 66.6667%; }

      @media (max-width: 479px) {

        #htmlcontent_home ul li.htmlcontent-item-5 {

          width: 100%; } }

 

 

et avec firefox, j'ai vu que ça pourrait fonctionner je remplaçant <li class="htmlcontent-item-4 col-xs-4"> par <li class="htmlcontent-item-4 col-xs-8"> mais je ne sais pas où modifier ce fichier.

 

 

Quelqu'un aurait une idée ?


 


Le site : http://nouveau2.antheus-immobilier.com/


post-334390-0-57395500-1425987344_thumb.jpg

Edited by geys (see edit history)
Link to comment
Share on other sites

  • 1 month later...

J'ai eut un probleme similaire la réponse ici : http://stackoverflow.com/questions/25410422/prestashop-themeconfigurator-module-5th-element-wrongly-displayed

 

il faut supprimer ligne 15 dans  modules/themeconfigurator/css/hooks.css

ligne n°15

#htmlcontent_home ul li.htmlcontent-item-5 {
width: 66.6667%;
}
Edited by masquelier.camille (see edit history)
Link to comment
Share on other sites

  • 2 months later...

Je complète ma réponse il faut supprimer tout l'ensemble :

 

#htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 100%; } }
de modules/themeconfigurator/css/hooks.css, line15

SOURCE: https://www.prestashop.com/forums/topic/348730-solvedps1609-how-to-modify-theme-configurator-at-homepage/?p=1893707

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