Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #476216

    Hi Guys,

    I have started using the WP-Job Manager plugin with Enfold.

    I have used the following code to display a custom search for Keywords/Location.
    https://wpjobmanager.com/document/tutorial-creating-custom-job-search-form/
    I’ve done it by inserting a code block into the relevant part of my page.
    It works and displays ok.

    I would like to use your light transparent styling to style the search boxes, is this possible?
    Also, I would like to format the boxes so that they are half the width, on one line.
    I would also like the labels to be inline, and not outside of the boxes.

    Appreciate your help in advance.

    Thanks, Harry

    #476227

    Apologies, I meant in thirds, so 1/3 Keywords 1/3 Location 1/3 Submit Button

    #476517

    Hi!

    use this to control width:

    form {
    width: 300px;
    }
    

    to position the labels inside use this:

    label {
    position: relative; 
    top: 28px;
    left: 10px;
    }
    

    Hope this helps.

    Not sure what you mean with light transparent styling? can you show us an example/mockup please?

    Regards,
    Andy

    #476542

    Hi Andy,

    Does this need to go in the custom CSS? I only want it to apply to this form?

    Light transparent as in the white border with the transparent background:

    View post on imgur.com


    You have it as an option when styling an avia button/ avia contact form.

    Thanks,
    Harry

    #477217

    Any news??

    #477860

    Bump ??

    #478461

    Hi,

    Can you please create us a WordPress administrator account? i’ll mod it for you.

    Regards,
    Josue

    #478658

    Thanks Josue,

    Login details in private content

    #478694

    Check it. You can see the modified code in the Code Block and some CSS i put in your child theme style.css too.

    Regards,
    Josue

    • This reply was modified 9 years, 3 months ago by Josue.
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.