Jump to content

Organizing order of images in theme configurator module


Recommended Posts

I am referring to the following site: http://www.highesthelp.com

 

post-794866-0-11620500-1417537339_thumb.jpg

 

I tried same size for all images and nothing... They are all in home themeconfigurator module I think that it must to be made in the code but no idea how to do it...

 

Any idea how?

 

Thank you!!

Edited by Anthony DeLa Riviere (see edit history)
Link to comment
Share on other sites

Та же проблема

2886d5ed453c9f49.png

 

You will solve the problem by deleting:  

 

#htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 100%; } }
 
From:  modules/themeconfigurator/css/hooks.css, line15
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...