Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #395697

    Hey McEwans!

    That topic is very old. You can now adjust container sizes in Enfold theme options > General Layout > Dimensions

    Cheers!
    Yigit

    #395795

    thanks Yigit!,

    I have tried that internal option in the theme options but nothing changes.

    #395802

    Hi!

    Please create a temporary admin login and post it here privately so we can look into it

    Cheers!
    Yigit

    #411646

    Hi, 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?

    #411903

    Hi 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!
    Rikard

    #740443

    I 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.

    #740654

    Hi,

    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,
    Yigit

    #831097

    No. 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?!

    #831104

    Hey!


    @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 thread

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Left side bar menu with logo – Reducing the width’ is closed to new replies.