• Resolved Philip Cullen

    (@philip-cullen)


    Hi,

    Just installed the plugin and it’s just what I need as it was so easy to create some great looking buttons on the page.

    I now have a line of buttons running down my page and I would really like to have them all the same width on the page.

    There may be a way of doing that in CSS or something similar – I’m no WP expert.

    Phil

    https://ww.wp.xz.cn/plugins/forget-about-shortcode-buttons/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ross Morsali

    (@designsandcode)

    Hey Philip Cullen

    You could add this CSS to your theme:

    a.fasc-button
    {
        width:400px;
    }

    And if that does not work add !important:

    a.fasc-button
    {
        width:400px !important;
    }

    🙂

    Thread Starter Philip Cullen

    (@philip-cullen)

    Hi,

    Thank you so very much for the prompt and very supportive reply. As I said before I’m no WordPress expert so when you say add this CSS to my theme do you mean to the file named “style.css”?

    If so does it matter where it goes?

    Regards,

    Phil

    Plugin Author Ross Morsali

    (@designsandcode)

    Not really, it should be fine placing it at the end of the file 🙂

    Plugin Author Ross Morsali

    (@designsandcode)

    PS if you like the plugin please consider leaving it a rating 🙂

    Thread Starter Philip Cullen

    (@philip-cullen)

    Hi,

    I’ve tried both of those and neither of them work.

    Regards,

    Phil

    I have the same question, this doesn’t seem to be working.

    OK so I got it to work, but now the text color is gray by default no matter what color I make it.

    Plugin Author Ross Morsali

    (@designsandcode)

    Let me have a look in to this tomorrow but I think it should work fine – from what I can remember I tested this so maybe some other code on your theme is conflicting.

    As you can see from the code I supplied, there is no reference to colour, so it should have zero effect on the color picker… maybe try clearing your cache and checking again?

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

The topic ‘Button size’ is closed to new replies.