SOLVED: Help centering slider component on my page?

In my About page, I’ve got a slider component that seems to be positioned off to the left instead of centered like the previous section above it is. (I’m guessing this has something to do with the flex box settings of its containing “About Section?”)

Is there a simple way to center this? Right now the only thing I can think to center it is to adjust the About Div’s padding or make the About Div’s position relative and shift it over a bit into the center of the page.

ETA:

Solved! In case anyone else runs into this problem, here’s what did the trick.

My setup is as follows:

19%20PM

I had the About Section set to Flex:

47%20PM

The issue was that my Div was set to Auto. As soon as I set it to Absolute, voila! Everything centered! :slight_smile: