Hallo,
may I resize the widht of the sidebar?
Hi Serena!
Thank you for using the theme!
Are you using a left or right sidebar? Anyway, please edit functions.php, find this code on line 152:
$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 it with this:
$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');
Best regards,
Ismael
Hi Ismael, I like so much your theme!!!
I made a website with it, and now I try to do some test in local host for use it in other future project, with some personalitation.
I’d like to have a sidebar smaller than the originale one, so I change nine with ten, three with two e two with one.
Can I decide a precise width instead?
Thanks
Serena