Whispar1 Posted September 25, 2014 Share Posted September 25, 2014 (edited) The responsive (mobile) version of my default 1.6.0.9 site is messed up. The subcategory menu is not aligned properly. (See images for comparison) Guess my eyes are tired because I cant see the problem in the css - any thoughts on this? Thank you. Dev site: http://whts.whispardesign.com/index.php Edited September 25, 2014 by Whispar1 (see edit history) Link to comment Share on other sites More sharing options...
mhubcio Posted September 25, 2014 Share Posted September 25, 2014 Try to disable "functionality CCC" in Advanced Link to comment Share on other sites More sharing options...
Whispar1 Posted September 25, 2014 Author Share Posted September 25, 2014 Yeah, it's already disabled. Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2014 Share Posted September 27, 2014 when im trying to access i see 500 internal server error Link to comment Share on other sites More sharing options...
Whispar1 Posted September 27, 2014 Author Share Posted September 27, 2014 (edited) Sorry Vekia - I moved the site to live this weekend. Now can be seen at http://www.whispardesign.com PM me your ip and I can add you to the ip list (shop is currently in maintenance mode) Edited September 29, 2014 by Whispar1 (see edit history) Link to comment Share on other sites More sharing options...
Whispar1 Posted September 29, 2014 Author Share Posted September 29, 2014 (edited) Vekia, if you are around, I have taken the shop out of maintenance mode so it's now live at http://www.whispardesign.com if you want to take a look. I also notice that tablet version is also not displaying correctly. (cms block missing) Edited September 29, 2014 by Whispar1 (see edit history) Link to comment Share on other sites More sharing options...
Whispar1 Posted September 30, 2014 Author Share Posted September 30, 2014 For what it's worth, if you look at the blog page in responsive mode (particularly mobile), the top menu sub-categories are still messed up but the categories underneath display properly. https://www.whispardesign.com/Home-Decor-Blog Link to comment Share on other sites More sharing options...
Whispar1 Posted October 1, 2014 Author Share Posted October 1, 2014 bump Link to comment Share on other sites More sharing options...
dioniz Posted October 7, 2014 Share Posted October 7, 2014 Try to add this to the end of file @media (max-width: 767px) { ul.sf-menu li { display:block } } Add text-align:left to it if you want text to be aligned left 1 Link to comment Share on other sites More sharing options...
Whispar1 Posted October 7, 2014 Author Share Posted October 7, 2014 Thank you dioniz, For some reason that is not taking either. If I remove the centering of the main menu then this is not a problem - it displays correctly. Just not sure why the workaround for this is escaping me. Link to comment Share on other sites More sharing options...
dioniz Posted October 7, 2014 Share Posted October 7, 2014 I don't see code i gave you in your css file. Have you remove it? Link to comment Share on other sites More sharing options...
Whispar1 Posted October 7, 2014 Author Share Posted October 7, 2014 No, it is at the bottom of superfish-modified.css I have attached the file below superfish-modified.css Link to comment Share on other sites More sharing options...
dioniz Posted October 7, 2014 Share Posted October 7, 2014 You forgot to put ; after display:block. Needs to be like this: @media (max-width: 767px) { ul.sf-menu li { display:block; text-align:left; } } 1 Link to comment Share on other sites More sharing options...
Whispar1 Posted October 7, 2014 Author Share Posted October 7, 2014 You are correct! Thanks for spotting that and offering a solution! Now if I can just figure out why the cmsinfo block disappears on tablets/mobile - things would be great! Link to comment Share on other sites More sharing options...
dioniz Posted October 7, 2014 Share Posted October 7, 2014 I can see it on FF simulated mobile screen 1 Link to comment Share on other sites More sharing options...
Whispar1 Posted October 9, 2014 Author Share Posted October 9, 2014 Odd, still not showing properly on m iPad - I'll have to dig a bit more on this one. Thanks for the help! Always appreciated. P.S.. If you have a chance, maybe you can see why my custom social share icons are not showing up http://www.prestashop.com/forums/topic/338553-block-social-change-social-network-icons/page-2 Link to comment Share on other sites More sharing options...
Recommended Posts