-
AuthorPosts
-
June 10, 2020 at 6:53 pm #1221330Peter SternGuest
Actually I’m a little bit angry about Kriesi.at and Enfold. During the last years I’v bought about 15 licenses of Enfold. But now you’ve made some fault (unexpected margins between color sections, and above (below?) columns and I should buy a service ticket (or better a new license)?! This would be okay, when I caused a problem or don’t know how to handle the theme or the pagebuilder, but not (!) when you caused the problem. I hope next update will solve these problems. For color sections I found a solution inside the forum, but none for columns.
June 10, 2020 at 10:42 pm #1221437Hey Peter Stern,
Thanks for contacting us!
I checked the CSS for Color Sections but I couldn’t find any added margins.
Can you point to us the Color Section that has margins? so we can inspect it.Best regards,
NikkoJune 10, 2020 at 11:22 pm #1221460Hi Nikko,
Thank you so much for contacting me so quickly. This is one thing I like on Kriesi.at! and I’m not angry anymore. ;-))I’ve solved the problems with color sections, by using the following code, I found somewhere here in the forum:
.template-page.content.av-content-full.alpha.units{ margin-top:-50px!important; padding-top:0px!important; }
The remaining problem is the spacing of the columns. I cannot close these gaps. The similar command I used for the color sections might help, but I didn’t find the CSS classes of the columns. That could be a temporary solution. I have not yet checked on smaller screens.
Don’t hurry, it’s half past 11 p.m. and I stop working for today.
Regards
PeterJune 11, 2020 at 11:35 am #1221628Hey Peter,
Thanks for contacting us!
For temporary solution, please add following code to Quick CSS in Enfold theme options > General Styling
#top .flex_column_table { margin-top: 0; }
We have already fixed the issue and it will be included in upcoming version. You can check out upcoming fixes in this thread – https://kriesi.at/support/topic/enfold-upcoming-fixes/#post-1212278 :)
Cheers!
YigitJune 11, 2020 at 4:05 pm #1221741Peter SternGuestThanks a lot,
That solved my problem.
You are the best. The next page will also be realized with ENFOLD.
Chao
PeterJune 11, 2020 at 4:08 pm #1221746Hi Peter,
Please use the code as following instead
#top .flex_column_table { margin-top: 0; } #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 50px; }
You are welcome! We are always happy to help :)
Let us know if you have any other questions or issues!
Best regards,
Yigit -
AuthorPosts
- The topic ‘Enfold bugs’ is closed to new replies.