• I am noticing this issue since the last update.
    On mobile, section height is not changing/Auto increasing.
    I have inspected that specific section and I found this

    
    .kc-elm {
        float: left;
        width: 100%;
    }

    This code is located at line 5 in /kingcomposer.min.css

    I have handled this by adding

     .kc-elm {
        float: left !important;
        width: 100%;
    }

    in my theme css .. i think this is a bug and it should be fixed in upcoming versions

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    I think it’s because of the code snippets,

    The nested code can have a higher level than the original code so the original code needs! important

    Thread Starter Sajid Manzoor

    (@sajiddesigner)

    @cuongthan1998 can you please explain, what you want to say.

    This issue is with most of the elements. I have double checked this. For now, I have added a class to parent row and then in CSS, I have set float:none for each element in that row on smaller screens. This is a temporary workaround and it does not look clean. I want a cleaner way to do this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Section height is not increasing due to float’ is closed to new replies.