Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #252131

    Hallo,
    may I resize the widht of the sidebar?

    #252471

    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

    #254929

    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

    #254935

    Hey!

    You can go to Enfold/Css folder and edit Grid.css file for further modification

    Cheers!
    Yigit

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