How to move picture of individual all the way to the right so its flushed against the branchtrack slide and no gap
I have the below image as the start slide within branchtrack. The problem is the individual's portrait used was flushed all the way to the right and not centered when I recieved the raw file. So when it gets uploaded into branchtrack there is a very sharp line down the right side. What CSS can I add to make the image movedall the way to the right of the slide so it doesnt look so sharp.
-
Official comment
Hi Seth,
You can give this a try:
.character {
margin-left: 100px !important;
}Adjust the px value as needed.
Comment actions
Please sign in to leave a comment.
Comments
1 comment