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

    Hi,

    I’ve based by site-design on Kriesi’s “Small Business – Flat Demo”. I want to make my sidebar smaller and followed the instructions provided here:
    https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/

    I’ve added the following to the child theme. Making it smaller by one unit works fine.

    $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');

    But going smaller by one more unit, nothing changes:

    $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' => 'two alpha', 'entry' => 'ten');
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'two alpha', 'entry' => 'ten alpha');

    Haven’t added any custom css.
    Can you please help?

    #495246

    Hey BelIblis,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #495443

    Sorry, no login possible. Localhost setup :(

    But I found the solution in the Enfold options. It’s a bit hidden in “General Layout > Dimensions”…. (I was looking in “Sidebar Settings”, so you may want to include instructions there to let users know where to find it :)

    Seems like the “Content : Sidebar Ratio” only works for Boxed Layout, not for Stretched Layout.
    Could it be that this is also the reason why the code I pasted above didn’t work?

    #495543

    Hi!

    Yes, it could be related, but for us to always provide a best solution / reply is to check the live version! ;-)

    Let us know if we can do anything else related to our themes!

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Width’ is closed to new replies.