Okay
  Print

When you click on one of my portfolio items, it drops down to a slider, I want the images to be center. How can I do that? I made the slider with a shortcode portfolio slider.

Add this to your theme options Styling Options -> Custom CSS:

.bx-wrapper img { margin: 0 auto; }