-
AuthorPosts
-
August 23, 2016 at 10:33 am #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,
SadeghAugust 26, 2016 at 6:22 am #677951Hey 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,
IsmaelAugust 26, 2016 at 9:13 am #678016Hi 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,
SadeghAugust 30, 2016 at 5:29 am #679264Hey!
We set the Maximum Container width value to 1400px and it worked. Please try it again.
Regards,
IsmaelAugust 30, 2016 at 2:06 pm #679426Hi 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,
SadeghAugust 30, 2016 at 2:10 pm #679431August 30, 2016 at 2:33 pm #679448Hey,
This is exactly what I see at my end:
(How may I change that value?)
Regards,
SadeghAugust 30, 2016 at 2:50 pm #679469Hi,
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,
YigitAugust 30, 2016 at 3:06 pm #679484Hey 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,
SadeghAugust 30, 2016 at 3:09 pm #679489 -
AuthorPosts
- The topic ‘sidebar’ is closed to new replies.