Flex problem in footer builder

Hi there,

I’m currently struggling with my footer and I can’t seem to find the problem.
The problem is currently happening at https://agridek.nl/.

Somehow, the footer shows this really strange behavior of forcing the longest line to jump down. It currently happens with the red marked line, but if there’s a longer one, it does it to that one. I literally have to clue why this is happening.

I should point out that the footer is a little bit different than usual. Since none of the header and footer is translatable via WPML, I’m forced to use a workaround. Currently, this is a global block that ends up in a footer widget area. In that, I can select the language and make sure that the right global block is being shown based on the language. It could be something with this, but I really need the footer multilingual.

I’d love some support.

Thanks

Hi @Hindrik,

Please try this

  1. Inspect the container with the widget element. Adjust the flex settings. Instead of auto, please set a value like 33% .
    2.) Inspect widget element. Go to Customize tab > Element CSS then add the following:
$el.x-bar-widget-area{ width:100%;}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.