Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1221330
    Peter Stern
    Guest

    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.

    #1221437

    Hey 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,
    Nikko

    #1221460

    Hi 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
    Peter

    #1221628

    Hey 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!
    Yigit

    #1221741
    Peter Stern
    Guest

    Thanks a lot,
    That solved my problem.
    You are the best. The next page will also be realized with ENFOLD.
    Chao
    Peter

    #1221746

    Hi 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

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