Bootstrap 3 “media-left” class hides media instead

EDIT It seems to look correctly in Firefox, but not in my Google Chrome

I’ve come across a wierd problem. I have the latest Bootstrap CSS loaded, but media-left class hides the media element, whilst it all works fine with pull-left (which is deprecated)

Read More

Using bootstraps example code on for example, codepen.io, WORKS! But the same media example on my website does not work(except if I use pull-left). I’ve made sure the latest CSS is loaded, 3.3.5. I even deleted all local files.

And no, there’s no other CSS overwriting .media-left

This is nagging me insanely, do anyone have a clue why standard bootstrap code doesn’t work properly?
http://getbootstrap.com/components/#media

This is the file im loading:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css

I’m using the latest wordpress, in case you need to know that.

Many thanks in advance!

Related posts