Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334499

    I just updated to the latest version – and i am using the child theme.

    All of a sudden all my sidebars are coming up at the bottom – idk why. It worked one moment and then the next moment everything is messed up. Additionally, i notice every time i make a change to some settings or a page – all my sidebar menus get changed.

    I have included login info in private

    #334512

    okay – i removed the following code from my theme functions file

    /*
    * Decrease sidebar width
    */
    function avia_decrease_sidebar_size() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    	$avia_config['layout']['sidebar_left'] 	= array('content' => 'ten', 		 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'nine');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'nine alpha');
    }
    add_action( 'init', 'avia_decrease_sidebar_size', 1);
    
    /*
    * Decrease sidebar width
    */

    and it resolved it — so now my issues is – how can i make the sidebar width smaller?

    #335010

    Hi!

    Please go to Enfold theme options > General Layout and adjust as needed. Do not forget to flush browser cache

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.