Templar77400 Posted July 1, 2014 Share Posted July 1, 2014 (edited) Hello, I have a small issue in the footer, when I'm on small screen (smartphone), the block "Contact Info" disappear.Before : Capture.PNG (First picture) After : Capture2.PNG (Second picture)I saw there was a "display:none;" in the code which appears only on small screen : <ul class="toggle-footer" style="display: none;"> BLABLABLA </ul> I suppose the issue comes from a js file somewhere but do you know exactly where, I can't find it Thanks, Templar Edited July 1, 2014 by Templar77400 (see edit history) Link to comment Share on other sites More sharing options...
vhgdesign Posted July 1, 2014 Share Posted July 1, 2014 It's probably the css, not the js. Try to remove "display:none;" Link to comment Share on other sites More sharing options...
Templar77400 Posted July 1, 2014 Author Share Posted July 1, 2014 (edited) The display:none; is not in the css but inside the ul tag (html), I looked everywhere in the css and it's not there.On the demo version of prestashop 1.6 : http://demo.prestashop.com/fr/?view=frontThe infos are inside a dropdown menu, but I don't have any for the Contact Info block :/.EDIT : I think I know the reason, I took off the h4 title inside the tpl I suppose ... EDIT2 : Ok yes it's solved ... I took off the h4 title so I couldn't see the drop down menu u_u So stupid Edited July 1, 2014 by Templar77400 (see edit history) 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