CSS on Wrapper Component: Can't get it to work

I’m trying to apply the the following CSS class to a wrapper component. Changing these styes in Chrome’s inspect element tool works, but my css class ignored the wrapper I have assigned it to. Anyone have any ideas? I have tried several versions of this and can’t get the wrapper to do it.

.right .sk-wrapper{
    position: absolute;
    right: 0px;
}

Raymond, 

You’ve probably tried this, but just to double check, did the styles work if you added them directly to the wrapper under the Styles property tab? You can click Style Attributes and the red plus button to add custom CSS properties

Thanks. It did “work” but it didn’t have the same effect it does when using the chrome inspect element. Regardless I have employed a workaround that gets me close enough to my desired result using responsive grids and wrapper components. Thanks!