11-29-2016, 06:28 AM
Is there another CSS style that is overriding it? Could test by putting !important at the end of your CSS styling to make sure it's being prioritised.
For example:
<pre></pre>
For example:
<pre>
Code:
.wrapper.sidebar-content {
padding-right: 230px !important;
}