• Can you please advise how I set the width of a button to be the same size every time. I want to use them to include different titles as outlined below, but they size according to the number of characters in the title?

    Leadership Skills
    Selling Skills
    Communication Skills

    Can you let me have the relevant code please.

    Many thanks
    Denise

    http://ww.wp.xz.cn/plugins/shortcodes-ultimate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Denise,

    try to use next code:

    <div style="width: 300px">
    [button wide=yes] Click me [/button]
    [button wide=yes] Click me [/button]
    [button wide=yes] Click me [/button]
    </div>

    or next one:

    [button class="fixed-width-button"] Click me [/button]
    [button class="fixed-width-button"] Click me [/button]
    [button class="fixed-width-button"] Click me [/button]

    with next custom CSS (at plugin settings page)

    .su-button.fixed-width-button { width: 300px; }

    Vladimir

    actually the second box works well with one small change:
    the [button … should read [su_button …
    same for the close: [/su_button]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Button’ is closed to new replies.