In the following post you explain how to change the default sidebar width by editing the Enfold functions.php: https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/#post-138801
However, I could find the exact text, the Enfold functions.php has the following:
$avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘av-content-full alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ”,’entry’ => ”);
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘av-content-small’, ‘sidebar’ => ‘alpha’ ,’meta’ => ‘alpha’, ‘entry’ => ”);
$avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘av-content-small alpha’,’sidebar’ => ‘alpha’, ‘meta’ => ‘alpha’, ‘entry’ => ‘alpha’);
How can i change the sidebar width?
Thanks
.
Hi ahuby ;
since Enfold 3, I think, you can change the width of your sidebar.
Go to the Theme settings > General Layout > Dimensions and “Content | Sidebar Ratio”.