Just putting it out again, since it’s been more than 24 hours.
Here is the sidebar page:
http://wellnessmodalities.com/media-room/
Again again it’s the sidebar blog that I’m displaying on this page.
Miguel
Hi miguelconner!
You can edit functions.php, find this code on line 140:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven');
$avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
$avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
Replace the content unit with eight and the sidebar unit with four to increase the sidebar.
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven');
$avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
$avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
Cheers!
Ismael
I don’t have a ‘functions’ only a ‘functions-enfold.’ And it does not have that script, certainly nothing with a nine or even ‘sidebar_left.’
Let me know what I’m missing! Thanks for your response.
Miguel
Hey!
In WordPress dashboard please go to Appearance > Editor and find functions.php file on the right side http://i.imgur.com/nGazL04.jpg
Cheers!
Yigit
Thanks! Worked well.