Current File : /home/kelaby89/teamhachem.com/wp-content/themes/artkombat/inc/includes/content-width.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'Direct access forbidden.' ); }
/**
* Set up the content width value based on the theme's design.
*
* @see _action_theme_content_width()
*/
if ( ! isset( $content_width ) ) {
$content_width = 770;
}