centering .employee-photo in .employee
-
I have slimmer employee photos than is the width of col-md-4.
I would either like to decrease the minimum width of .employee to col-md-3 or something even smaller (like width: 20%) or center the .employee-photo in its parent div.
I have tried without success:
position: absolute; left: 50%; margin-right: -50%; transform: translate(-50%, -50%) }
and
margin-left: auto; margin-right:auto;
any help will be apprciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘centering .employee-photo in .employee’ is closed to new replies.