I would like to adjust the small boxed width to be a little smaller. I checked the small boxed setting but I’d like it a little more narrow. Can this be done and is so, how?
You could…but I wouldn’t make it too much smaller because of other page elements might start to fall out of place. But the CSS for this is found in the style.css file around line 496 and looks like this:
#cir-wrapper-boxed-small {
max-width: 1100px;
}
You would have to do some custom css to override that from your child theme (if using this) or from a plugin that lets you create custom CSS (don’t do the changes to the actual theme file).