'col-md-8 blog-posts-wrap', 'sidebar-left' => 'col-md-8 blog-posts-wrap', 'full-width' => 'col-md-10 col-md-offset-1 blog-posts-wrap', ); $hestia_sidebar_width = get_theme_mod( 'hestia_sidebar_width', 25 ); if ( $hestia_sidebar_width > 3 && $hestia_sidebar_width < 80 ) { $args['sidebar-left'] .= ' col-md-offset-1'; } $class_to_add = hestia_get_content_classes( $hestia_blog_sidebar_layout, 'sidebar-1', $args ); ?>