Tagged: 

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

    Hi,

    I’ve read this topic about the problem mentioned above, but I guess the function.php have been modified since then.

    Instead of
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘nine’, ‘sidebar’ => ‘three alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘nine’);
    I can see this:
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘av-content-small’, ‘sidebar’ => ‘alpha’ ,’meta’ => ‘alpha’, ‘entry’ => ”);

    Could you help me how to change the sidebar width (and keeping it responsive).

    Thanks!

    #382702

    Hi Attila!

    There is no need to edit files. You can change the sidebar width in Dashboard > Enfold > General Layout > Dimensions.

    Best regards,
    Elliott

    #387808

    You’re right, Thank you! :)
    Can I change the sidebe width smaler than 20% ?
    Regards!

    #387810

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .container .av-content-small.units {
    width: 90%;
    }

    main content width 90% = sidebar width 10%

    Best regards,
    Yigit

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