How to align menu/Button?

0
I have created list of vertical Button widgets as shown in blow.   How do i make it align with same size?
asked
2 answers
1

Hey Janarthanan, 

There are few ways to Acheive this 

  1. Providing inline style to give a fixed with to the button 
  2. Have a class written in your custom.scss with a fixed width and calling the same in your button (Advised) 
  3. You can make the button to occupy the whole width (By clicking yes for Full width)  of the container where it is placed (Note make sure you use a layout gird with a less width ) 

answered
0

Basically you can add custom CSS styling to your button. For instance, you can add a class to each button setting them to the same size. There is a good walkthrough to be found here:

https://docs.mendix.com/howto/front-end/calypso

answered