Home Forums WordPress Themes – Premium Luminescence Menu Panel Reply To: Menu Panel

#20773
Anonymous
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