Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #676280

    Hi Kriesi Team,

    1> How may I hide this line? I couldn’t found an option in the text block element below this line to hide that.
    2> How can I change the alignment of the widget to the left? And also, is it possible to make this sidebar shorter? I mean shorter than 20%.
    .

    3> The theme is using “boxed” layout. How may I increase the width size? (more than the default value)

    Kind regards,
    Sadegh

    #677951

    Hey Sadegh,

    Thank you for using Enfold.

    1.) Add this in the Quick CSS field:

    .container_wrap {
        border-top: 0;
    }

    2.) Use this one:

    .sidebar_left.sidebar {
        text-align: left;
    }

    3.) Increase the width in the Enfold > General Layout > Dimensions panel. Adjust the value of the Maximum Container width option.

    If possible, please create a single thread or post for each inquiry. Thank you.

    Best regards,
    Ismael

    #678016

    Hi Ismael,

    Thank you, all the issues are fixed.
    > But the third question (increasing the width size of boxed layout) is still exist, I have changed that value in Dimension Panel, but nothing had changed. Please let me know how may I increase the width size of the website.

    Regards,
    Sadegh

    #679264

    Hey!

    We set the Maximum Container width value to 1400px and it worked. Please try it again.

    Regards,
    Ismael

    #679426

    Hi Ismael,

    Actually it doesn’t seem to get worked at my end, here is the screenshot I took:

    .

    (I want to get those parts smaller)

    Regards,
    Sadegh

    #679431

    Hi!

    Maximum width is set to 90%, please change it to 100%

    Regards,
    Yigit

    #679448

    Hey,

    This is exactly what I see at my end:
    .

    (How may I change that value?)

    Regards,
    Sadegh

    #679469

    Hi,

    I removed following code from Quick CSS

    /*- AFTER ADDING SEARCH into the TOP MENU */
    /*1*/
    /*TEMP FROM JOSUE*/
    add_filter('avf_header_setting_filter', function($header) {
    	$header['header_topbar'] = 'true';
    	return $header;
    }, 10, 1);
    add_filter( 'avf_execute_avia_meta_header', '__return_true', 10, 1);
    add_action('avia_meta_header', function() {
    	get_search_form();
    });

    It should go to functions.php file in Appearance > Editor

    and copied the rest of the code to style.css file. Max width is limited to 90% to show boxed layout, you can add following code to style.css file of your child theme to increase it

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        max-width: 95%;
    }

    Best regards,
    Yigit

    #679484

    Hey Yigit,

    Thank you for your very kind help, I really appreciate them all.
    – The given code for increasing website’s width is also worked great.

    (you may now close the thread please)

    Kind regards,
    Sadegh

    #679489

    Hi Sadegh,

    You are welcome, always glad if i could help :)

    Cheers!
    Yigit

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