Hello,
How to change inset width?
I found option in Theme option->Layout->Inset width. But always Inset is the same width(30% and 70% gk-content-wrap).
#gk-inset { width: <?php echo get_option($gk_tpl->name . '_inner_width', '30'); ?>%;}
#gk-content-wrap { width: <?php echo 100 - get_option($gk_tpl->name . '_inner_width', '30'); ?>%; }
#gk-inset { width: <?php echo get_option($gk_tpl->name . '_inset_width', '30'); ?>%;}
#gk-content-wrap { width: <?php echo 100 - get_option($gk_tpl->name . '_inset_width', '30'); ?>%; }