• Resolved jesm

    (@jesm)


    I’m using max buttons pro …

    I have buttons that are the same height and width, but have different text (some have two lines, some only one) I’m having trouble getting them to align up to the same height when they are inline.

    The ones with two lines are up or down a few pixels.

    Here is an example, but I’m having this problem through my website:

    balletaustinguild.org/educate/studiospotlight

    Any suggestions on how to make sure all my buttons are aligned perfectly on a horizontal axis.

    https://www.ads-software.com/extend/plugins/maxbuttons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author maxfoundry

    (@maxfoundry)

    If this is for the Pro version, please post this to the official Support Forums instead, thanks.

    https://maxbuttons.com/forums/

    I want to line my max buttons up horizonatally on the page, and not vertically. Can you suggest how I can do this?

    ??

    Plugin Author maxfoundry

    (@maxfoundry)

    Try enabling the container option and then setting the alignment property to either “display: inline-block” or “float: left”. If that doesn’t work, using a simply HTML table should do the trick, like this:

    <table>
    <tr>
    <td>[button shortcode]</td>
    <td>[button shortcode]</td>
    <td>[button shortcode]</td>
    </tr>
    </table>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: MaxButtons: CSS3 Button Generator for WordPress] Buttons Out of Line’ is closed to new replies.