This is a clearfix that I found on the internet. I have 3 columns and I am trying to put the clearfix after the far right column.
.right::after{
content: " ";
display: table;
clear: both;
}
However it does not clear the floats... What am I doing wrong?