Radio buttons alignment

This topic contains 7 replies, has 2 voices, and was last updated by  Kor 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #525852

    Al Sommer
    Expired Member
    Post count: 27

    I’d like to display three radio buttons in a required field but they are not aligning to the left – similar to those shown in the Package section (see the attachement). Is there a way to left-align these three buttons within the settings?

    #525874

    Kor
    Moderator
    Post count: 16516

    Hi Al Sommer,

    Thanks for your post. This could be fixed using custom CSS code. Could you provide the URL of the page in question and also, your Website WP admin access here in private reply?

    #525979

    Al Sommer
    Expired Member
    Post count: 27
    This reply has been marked as private.
    #525990

    Kor
    Moderator
    Post count: 16516

    Hi Al Sommer,

    Thanks for your reply. Kindly try the custom CSS code below and see if it helps. Insert into WP > Appearance > Customize > Additional CSS.

    #enroll_cat_row span.gd-radios {
        display:block!important;
        
        clear: both;
       
        margin-left: 330px;
    }
    #526066

    Al Sommer
    Expired Member
    Post count: 27
    This reply has been marked as private.
    #526105

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #526134

    Al Sommer
    Expired Member
    Post count: 27
    This reply has been marked as private.
    #526187

    Kor
    Moderator
    Post count: 16516

    hi Al,

    Thanks for your reply. Alright then, if you want me to check this further, please update your Website WP admin access here.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket