- Code: Select all
.itemBody {
background: rgba(255, 255, 255, 0.51);
color: #222222;
float: justify;
padding: 0;
width: 95.2%;
padding-left:25px;
padding-right:25px;
padding-top:8px;
padding-bottom:25px;
}
However, chaning the padding-right value has no effect (?). I only can change the left, top and bottom.
Any ideas on how to solve this?