• It would appear that there is an issue with column width calculation in the Page builder.

    I’m trying to fit 3 columns to a row at 33.3% each. Yet, each time the auto calculation scales one of the columns to less that 33.3%. As I’m fitting this to a 100% wide row element, it results in a very thin margin on the right.

    I’m unable to override it or clear the measurement.

    From css i can see that the initial value for 1/3 column is correct

    column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%;}

    But the override from the post is

    .elementor-40 .elementor-element.elementor-element-9a0f423 {
        width: 33.034%;
    }

    When I fix the width to 33.3%, it will automatically rescale an adjecent column.

    I have placed a manual css override, but that’s not a long term solution.

    Thanks.

  • The topic ‘Bug in column width calculation in Page builder’ is closed to new replies.