Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #452573

    Hello,

    If I overlooked another post discussing this, I apologize ahead of time.

    I have been trying to add a form field to an area of my site in development and it seems to be taking over the entire width of the section, pushing the search button down below it. At first I thought it was an issue with the form itself, so I tried something else and it does the same thing. Is there any way to lock the form from taking up the entire section width?

    Info linked for moderators.

    Thanks,
    Jake

    #452957

    Hi jjohnson2123!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    #searchDomainForm #search_domain {
      width: 80%;
      float: left;
    }
    
    #searchDomainForm input[type="submit"] {
      width: 20%;
    }

    Cheers!
    Ismael

    #453172

    Perfect! Thanks so much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Form Widths’ is closed to new replies.