I have a site here – http://dev2.azeverything.com
Under the section, “New $#*!”, you’ll see a video carousel. I’m trying to get the tabs to move to the center of that section, kind of like what you see in “Good People” section (where member profiles carousel is). I’ve tried margin: auto;
on this, and text-align: center;
, but nothing’s working, except for a padding setup, that damages the section in responsive mode.
Here’s an example of what I’m seeing – What I currently see…
And here is what I want to see – What I want to see…
How can we accomplish this so that it works?
-Jared