Your IP : 216.73.217.154


Current Path : /home/ereika83/public_html/wp-content/plugins/genesis-dambuster/classes/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/genesis-dambuster/classes/class-executive.php

<?php
class Genesis_Dambuster_Executive extends Genesis_Dambuster_Template {

	function inline_specific_styles() { //restrict header and footer width
       $styles = ''; 
	   if ($this->has_site_header()) $styles .= '.gd-full-width .site-header { max-width: 1140px; }';
	   if ($this->has_site_footer()) $styles .= '.gd-full-width .site-footer { max-width: 1140px; margin: 0 auto; }';
	   return empty($styles) ? false : $styles ;
    }
       
}