WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcacorpold/public_html/wp-content/themes/dp_evolve/layouts/responsive_css.php
<?php 
	
	/**
	 *
	 * Template part loading the responsive CSS code
	 *
	 **/
	
	// create an access to the template main object
	global $dynamo_tpl;
	global $fullwidth;
	
	// disable direct access to the file	
	defined('DYNAMO_WP') or die('Access denied');
	
?>

<style type="text/css">
	<?php $boxed_template_width = (int)get_option($dynamo_tpl->name . '_template_width', 980) ;
		 $vc_dp_page_width = (int)get_option($dynamo_tpl->name . '_template_width', 980)+40;
		 $boxed_body_width = (int)get_option($dynamo_tpl->name . '_template_width', 980)+40;
	 ?>
	.dp-page{max-width: <?php echo $boxed_template_width; ?>px;}
	.dp-page.vc {max-width: <?php echo $vc_dp_page_width; ?>px;}
	.boxed #dp-page-box {max-width: <?php echo $boxed_body_width; ?>px;}
	<?php if(
		get_option($dynamo_tpl->name . '_sidebar_position', 'right') != 'none' && 
		(dp_is_active_sidebar('sidebar') || dp_is_active_sidebar('woosidebar')) && 
		($fullwidth != true)
	) : ?>
	#dp-mainbody-columns > aside { width: <?php echo get_option($dynamo_tpl->name . '_sidebar_width', '30'); ?>%;}
	#dp-mainbody-columns > section { width: <?php echo 100 - get_option($dynamo_tpl->name . '_sidebar_width', '30'); ?>%; }
	#dp-mainbody-columns { background-position: <?php echo (get_option($dynamo_tpl->name . '_sidebar_position', 'right') == 'right') ? 100 - get_option($dynamo_tpl->name . '_sidebar_width', '30') : get_option($dynamo_tpl->name . '_sidebar_width', '30'); ?>% 0; }
	<?php else : ?>
	#dp-mainbody-columns > section { width: 100%; }
	<?php endif; ?>
	@media (min-width: <?php echo get_option($dynamo_tpl->name . '_tablet_width', '800') + 1; ?>px) {  
       #dp-mainmenu-collapse { height: auto!important; }  
	}
	</style>