Resize Sidebar
Hello, I’m using Vantage theme. I wanted to resize the sidebar to make it a little larger with the following added to Custom CSS: /* Narrow Sidebar */ body.has-sidebar #secondary { width: 28%; } body.has-sidebar #primary { width: 65%; }…