cloud25 Posted September 1, 2015 Share Posted September 1, 2015 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: 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 More sharing options...
cloud25 Posted September 3, 2015 Author Share Posted September 3, 2015 can anyone help me solving this? 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