I am struggling to understand how the below section works. How can I make it not "center", so i can just use the range as is? If I start the first row at 1,2, it starts in the middle of the menu. Im not understanding what other align options I have
first_row:
start: 1,2
end: 1,8
align: center
second_row:
start: 2,1
end: 2,8
align: center
third_row:
start: 3,1
end: 3,8
align: center```