Hi,
To clarify: are you trying to achieve something like this?
https://share.getcloudapp.com/2Nu0BX2D
If so, we can modify David’s code a bit to achieve the same result.
Try this:
.right-sidebar.full-width-content #right-sidebar {
max-width: 160px;
}
.right-sidebar.full-width-content .site-content .content-area {
max-width: calc( 100% - 160px);
width: 100%;
}