I changed the plugin
And now I want to change the sidebar width, move it to the right without any margin.
The only code I can see for the sidebar is this, which doesn’t change the sidebar’s width at all.
#primary,
.home.blog #primary {
float: left;
width: 72%;
}
Is there any other way?