This is the coding I have for the about page that doesn’t seem to be working:
/* Reduce White Space For About Page Text */
.page-id-6 .content-area {
width: 100%!important;
margin-left: 0!important;
margin-right: 0!important;
}
/* Reduce Width of Featured About Page */
.page-id-6 .content-wrapper.with-featured-image {
margin-left: 16%!important;
width: 60%!important;
}