Hi. I am trying to get my sidebar styled and have set the parameaters in chrome’s element editor as follows the copied to customizer. All looks good in the element editor but does not come though when transferring the css to the customizer custom css. Wondering what I am missing? Page reference is https://mysalus.org/community/ - screenshot also attached.
.x-sidebar {
width: 27%;
border-style: solid;
border-width: 1px;
padding: 0 10px;
border-radius: 10px;
background-color: #f2f5df;
}
My layout has site max width 1500px, site width 100% and content width 74%. I know I am “overboosting - > 100%” the page width by setting the sidbar wo 27% - as I am trying to remove the whitespace between the left content and right sidebar when content is 74% and sibebar is 23%. Perhaps there is a better way to accomplish?
Thanks as always for you help resolving.