Menu TABLE alignment

Let us know what you would like to see in the next version of Easy Button & Menu Maker
Post Reply
Steve(spt)
Posts: 24
Joined: Fri May 16, 2008 8:35 pm
Location: UK, Staffs.

Menu TABLE alignment

Post by Steve(spt) »

I have just strted to use this software I think its great,

But under the "MISC Tab" then under "Advanced" you see the tick box for use TABLE tags,

would it be possible to add three more options to include the TABLE aligment values ( center, left and right) ?

tick options for "Center", Left and Right. I don't thick there is away of setting these option from within the program. I set them from Webuilder.

Steve.
Ken
Posts: 2
Joined: Sat Jul 13, 2013 1:26 pm

Re: Menu TABLE alignment

Post by Ken »

Yes Steve, I am wanting the same feature, to be able to center my menu on the page.

Ken
Gatamaz
Posts: 2
Joined: Fri May 19, 2017 8:16 pm

Re: Menu TABLE alignment

Post by Gatamaz »

Can't center mine. That would be a good feature
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Menu TABLE alignment

Post by Aivars »

I'll add this to suggestions list, but it's more complicated than you think. How and whether you can center the menu depends on the rest of the page that is out of control of Easy Button & Menu Maker:
- whether you use good, standards compliant code or quirks mode
- whether you use css that can affect menu positioning
- whether you've placed the menu inside an element that has sufficient width to center the menu

If everything in the page is done correctly however, the menu can be centered with basic CSS:

#mb<your menu id here>_wrapper {
margin: 0 auto;
}

Gatamaz: send me your files (CSS, HTML, images, js etc) zipped and I'll tell you exactly how to center your menu.
Blumentals Software Programmer
Vernon542
Posts: 1
Joined: Fri Mar 19, 2021 7:05 am

Re: Menu TABLE alignment

Post by Vernon542 »

The HTML pages are out-of-date and will not be updated. It is possible to PrepaidCardStatuschange the horizontal alignment of items within table cells.
Post Reply