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

    (@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 DesignsAndCode

    (@designsandcode)

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

    Plugin Author DesignsAndCode

    (@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 DesignsAndCode

    (@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.