View file Web Template Ktpl/package/templates/ktpl/options.css.php

File size: 302B
<?php if ($this->options['sidebar_pos'] == 'left'){ ?>
.kt_right_pos{float:left;margin-right:10px;}@media screen and (max-width:800px){.kt_right_pos{margin-right:0;}}
<?php } elseif($this->options['sidebar_pos'] == 'right') { ?>
.kt_left_pos{float:right;margin-right:0;margin-left:10px;}
<?php } ?>