• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 02.01.19, 09:27
  • Opened by: Walter Fontana
  • Closed by: Marek
  • Closed on: 02.01.19, 15:20
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13447 - Sub-Menu Builder

Hi,
in Sub-Menu Builder, when i create a column, the elements are alligned on the right and not below(img1). It seems as the content direction is row and not column but, in Sub-Menu Builder, there is not this option (while it is present in the Page Builder)
How can i solve this problem?

Comments

Marek 02 Jan 2019, 12:26

Yes, I see the issue.
Try to add following CSS:

.menu-colonna {flex-direction:column}
Walter Fontana 02 Jan 2019, 15:19

ok, perfect