If you want to make the Featured area of your Voice theme in Boxed layout style instead of the default Full width layout, just navigate to Theme Options -> General -> Additional CSS and copy/paste this CSS code.
1 2 3 | @media only screen and (min-width: 1023px) { .vce-featured, .vce-featured-grid {width:1140px; margin:0 auto;} } |