.layerslideshow .item-align-left .info {
align-items: flex-start;
justify-content: flex-end;
margin: 0;
}
Now on a different site using 4.4.9 I want to make the box flush right and bottom. I tried this code there substituting .item-align-right. But the box does not align to the right or the bottom. Should I be making a different change to the code?