Home › Forums › WordPress Themes – Premium › Luminescence › Menu Panel › Reply To: Menu Panel
December 11, 2014 at 11:24 am
#20773
Inactive
Yes sure you can do it.
Open sidebar-blog-left.php and sidbar-page-left.php file and find the below code :
<aside id="left-column" class="span4 equal"
and change the span4 class to span3
<aside id="left-column" class="span3 equal"
And find this code in index.php , image.php , author.php and page.php
<div id="content-right" class="span8 equal"
and change span8 class to span9