• Resolved Graicifyd

    (@graicifyd)


    Hi,

    Please can you help with a CSS to centralize a radio button field in a fielder, see the calculator here.

    I want the button under the ‘here’s how to do it’ to be at the center, is it possible to achieve that?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @graicifyd

    The page you sent me as reference does not exist, your WordPress responds with a 404 Error page not found.

    Best regards.

    Thread Starter Graicifyd

    (@graicifyd)

    I am sorry about that, please check this.

    Thanks.

    Plugin Author codepeople

    (@codepeople)

    Hello @graicifyd

    The style definition to use would be:

    
    .slider2 .dfield{text-align:center;}
    .slider2 .dfield .one_column{
        float:none !important;
        display:inline !important;
    }
    

    I’m sorry, but the support service does not cover the implementation of the users’ projects. If you need a custom coding service to customize your form’s appearance, you should contact me through my private website: Customization

    Best regards.

    Thread Starter Graicifyd

    (@graicifyd)

    Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centralize buttons in a fieldset’ is closed to new replies.