css on fields

This topic contains 4 replies, has 3 voices, and was last updated by  Rita Vanlierop 5 years, 8 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #2679

    Rita Vanlierop
    Buyer
    Post count: 2

    I created two new fields, city and state with respective css:
    uwp-half uwp-half-left . uwp-half uwp-half-right like the First Name Last Name fields.

    They are still showing up on separate lines. Is there any way to show city and state on one line like the First and Last name fields?

    #2681

    Alex Rollin
    Moderator
    Post count: 27815

    The settings will not help with that, but you can send over the URL where we can see the output and we can try to see if there is a quick fix with an example of custom CSS.

    #2682

    Rita Vanlierop
    Buyer
    Post count: 2

    Hi Alex,
    the URL is staging.longbeachrowing.org/register. I would appreciate any suggestions. i have formatted the state and zip to CSS class on Form builder fields as uwp-half uwp-half-left
    and uwp-half uwp-half-right respectively.

    #2683

    Kor
    Moderator
    Post count: 16516

    Hi Rita,

    Thanks for your reply. Kindly insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to fix this. The attached screenshot is how it looks like if it works.

    
    
    div#uwp_account_city_row{
        display:inline-block!important;
        width: 48%;
        margin: 0 2% 0 0;
    }
    
    div#uwp_account_state_row {
        display:inline-block!important;
        width: 48%;   
    }
    #2690

    Rita Vanlierop
    Buyer
    Post count: 2

    Thank you – that worked!

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

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

Open Support Ticket