Text Link Widget - new icon position > Top

Hi bricks team,

As you know, by default, the Text link widget is used in the Nav (Nestable) widget. In this widget, there are only two positions to display the icon. right and left. Please add the Top position if possible.
The Top position will be very useful. For example, according to the image below, I want to create navigation bottom, so I need to position the icon at the top.

NB

thanks

2 Likes

Hey @HOSEIN,

you’re welcome to create an idea for this.

For now you can just add some basic CSS to your nav nestable if you want this layout for all nav links in there:

root .brxe-text-link {
  flex-direction: column;
}

Best,

André

2 Likes