Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Left sidebar menu font and logo size #603371

    You seem to missunderstand my issue. I’m not trying to make the main content area bigger per se, but rather make the left menu smaller, and the text smaller as well. The setting under General Layout > Dimensions only changes the ratio between main content and sidebar (and from what I’ve noticed, that setting only affects the right sidebar and not the left “Logo / Main Menu” sidebar), and the lowest setting is 80% / 20%.

    Here’s a simple illustration of what I would like it to look like, compared to how it looks now

    View post on imgur.com

    Regards,
    Thomas

    in reply to: Left sidebar menu font and logo size #600903

    I found the code in my funcions.php and I’ve changed some of the values as mentioned in the other post, but nothing changes. I’m not sure what the code refers to so I’m not really sure of what I’m changing. The 3 lines of code looks like this by default.

    $avia_config['layout']['fullsize'] 		= array('content' => 'av-content-full alpha', 'sidebar' => 'hidden', 	  	  'meta' => '','entry' => '');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'av-content-small alpha', 	  'sidebar' => 'alpha' ,'meta' => 'alpha', 'entry' => '');
    $avia_config['layout']['sidebar_right'] = array('content' => 'av-content-small alpha','sidebar' => 'alpha', 'meta' => 'alpha', 'entry' => 'alpha');

    Regards,
    Thomas

Viewing 2 posts - 1 through 2 (of 2 total)