-
AuthorPosts
-
February 13, 2015 at 2:16 am #395470
Hi i have been trying to implement what was suggested here to reduce the width of a left side bar menu https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/
But not matter what i try it does not work.
The function.php file in enfold only carries these:
$avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘av-content-full alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ”,’entry’ => ”);
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘av-content-small’, ‘sidebar’ => ‘alpha’ ,’meta’ => ‘alpha’, ‘entry’ => ”);
$avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘av-content-small alpha’,’sidebar’ => ‘alpha’, ‘meta’ => ‘alpha’, ‘entry’ => ‘alpha’);Im not sure how to implement the code to reduce the width.
February 13, 2015 at 1:39 pm #395697Hey McEwans!
That topic is very old. You can now adjust container sizes in Enfold theme options > General Layout > Dimensions
Cheers!
YigitFebruary 13, 2015 at 3:37 pm #395795thanks Yigit!,
I have tried that internal option in the theme options but nothing changes.
February 13, 2015 at 3:48 pm #395802Hi!
Please create a temporary admin login and post it here privately so we can look into it
Cheers!
YigitMarch 15, 2015 at 5:43 am #411646Hi, I have the same problem. 80:20 or 50:50 does not change the look of it.
Also adding to this if the footer can displayed in full width with the sidebar header?March 16, 2015 at 7:32 am #411903Hi southyarrabaptist!
Could you please provide us with a temporary admin login so that we can have a closer look? You can post the details here as a private reply.
Cheers!
RikardJanuary 30, 2017 at 11:51 pm #740443I know this topic is quite old, but it seems like this issue never got fixed. I’m having the same exact problem: if I place the main menu (header) in a sidebar and then try to change the width of it in General Layout > Dimensions nothing happens.
January 31, 2017 at 2:48 pm #740654Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_sidebar #top #header { width: 200px; } .html_header_left #main { margin-left: 200px; }
Best regards,
YigitJuly 28, 2017 at 3:50 pm #831097No. That’s not it. the ratio of the menu and the content area stays the same!
It’s just the content of the menu that gets “sqwooshed”.
Doesn’t anyone have a solution?!July 28, 2017 at 3:59 pm #831104Hey!
@mikicherniak Please start a new thread under Enfold sub forum and attach a link to your website and a screenshot showing the changes you would like to make. You can upload your screenshots on http://imgur.com or Dropbox public folder and post the links in your threadRegards,
Yigit -
AuthorPosts
- The topic ‘Left side bar menu with logo – Reducing the width’ is closed to new replies.