Jump to content

[BUG] Theme Configurator


Recommended Posts

Hi guys, it seems that the theme configurator module ignores the width and height set for each image.

I have deactivated the first row of pictures that is above the footer and I don't understand why two images that should have the same height look like this:
 

post-522598-0-53960800-1441125999_thumb.jpg

 

unhappy with the result I have changed the themeconfigurator/css/hook.css as follows:

 

 

 

     @media (max-width: 479px) {
        #htmlcontent_home ul li img {
          min-width: 100%; } }
    #htmlcontent_home ul li.htmlcontent-item-2 {
    width: 66.6667%;
}
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 33.3333%; } }
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...