Why won't my image float to the left? I'm using a class called align-left
with float: left
but it's not working.
You can see the live version at - (check out the review grid halfway down under the heading 'High customer satisfaction ratings').
Here is the code:
<section class="bluesection card__content__headings">
<img alt="Reviews-6.png" class="align-left" data-entity-type="" data-entity-uuid="" height="395" src="/sites/default/files/2017-03/Reviews-6.png" width="400" />
<h2 style="height: 400px;"></h2>
<p></p>
</section>
The CSS:
.align-left {
float: left;
}
.bluesection {
background-color:#ecf0f2;
padding: 50px 100px 50px 100px;
}