Tagged: child theme, sidebar
-
AuthorPosts
-
August 28, 2015 at 7:56 pm #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?August 29, 2015 at 9:18 am #495246Hey 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,
RikardAugust 30, 2015 at 11:48 am #495443Sorry, 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?August 30, 2015 at 10:31 pm #495543Hi!
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 -
AuthorPosts
- The topic ‘Sidebar Width’ is closed to new replies.