Page 1 of 1

Keep text centered with full width button and icon

Posted: Tue Dec 30, 2014 9:42 pm
by Jess Patton7301900

Here is a picture of my full width buttons. The text is nice and centered. Image
But! when I add an icon...
Image
The text is off.
I have tried using css to do .my-button (class of the button) {text-align: center text} but it did not do anything. I am sure this is a simple fix. Any help would be greatly appreciated.


Keep text centered with full width button and icon

Posted: Wed Dec 31, 2014 1:46 am
by Yurii Orishchuk

Hi Jess,

Please follow the solution below:

  1. Add new CSS asset.

  2. Use following CSS code in the 1st step CSS asset:

    pre

    /* where "mobilebutton_57" is your button name */
    html body a[name="mobilebutton_57"]{
    padding-left: 20px;
    padding-right: 20px;
    }

    /pre

    Regards.


Keep text centered with full width button and icon

Posted: Wed Dec 31, 2014 6:50 pm
by Jess Patton7301900

Perfect Thanks! You are the real MVP!