Salus Posted May 27, 2014 Share Posted May 27, 2014 (edited) Hi guys, I have a big problem. I almost finished our online store, just about to launch, and I checked the site with other browsers than chrome - mozilla and IE. Both of the above show small dots, like listing item dots before every listed product. The code referring to these dots is in global.css, line 27 .clearfix:before, .clearfix:after { /*content: ".";*/ display: block; height: 0; overflow: hidden } I tried commenting out thet content "." thing, but them still appears, only now in the midle part of every prodcut (before was in the upper part, like firs element in the block) Please help me get rid of those dots, honestly I dont really understand what that dots are doing there, they do not show up in Chrome at all... I found a page tryind to explain that clearfix thing, but even after reading it, I still dunno how to solve the problem. http://stackoverflow.com/questions/8554043/what-is-clearfix Thank you all in advance PS: the matter is quite urgent... Edited May 27, 2014 by Salus (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted May 27, 2014 Share Posted May 27, 2014 Those are unordered list dots. Add this to global.css if you don't have it: ol, ul { list-style: none; } Link to comment Share on other sites More sharing options...
Salus Posted May 27, 2014 Author Share Posted May 27, 2014 I love you, dude, it works, problem solved. Thank you, dioniz Link to comment Share on other sites More sharing options...
dioniz Posted May 27, 2014 Share Posted May 27, 2014 You are welcome 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