Jess Patton7301900
Posts: 0
Joined: Tue Dec 30, 2014 9:28 pm

Keep text centered with full width button and icon

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Keep text centered with full width button and icon

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.

Jess Patton7301900
Posts: 0
Joined: Tue Dec 30, 2014 9:28 pm

Keep text centered with full width button and icon

Perfect Thanks! You are the real MVP!

Return to “Issues”