• Resolved leejparks2016

    (@leejparks2016)


    Hi I have recently implemented events manager onto my site http://www.my-rehearsal.com

    The search function is amazing exactly what I have been wanting but….
    I am having issues with it displaying correctly on mobile devices, the boxes do not align

    Could someone please give me a step by step on how to resolve this, I have read countless threads where the advice is given to edit events-search.php but no clear answer as to what parts of it to edit

    I would appreciate it a lot

    https://wordpress.org/plugins/events-manager/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to modify template file at events-manager/templates/templates/events-search.php

    to use templates: http://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/templates/events-search.php

    Thread Starter leejparks2016

    (@leejparks2016)

    Thank you for reply but could you throw some light on to what part of that file to edit please ,

    The actual file events-search.php does not exist in my themes folder either , I had to manually add it there

    If someone could send an example of what to do that would be great
    Thanks

    What exactly is it you want to change?

    Thread Starter leejparks2016

    (@leejparks2016)

    I would like the location part of the search at top then date input on next line, I have changed my theme and it has made it look clearer it’s just the layout now would just like it centered on the page and laid out as follows

    ————–Location————–
    ——-date————–date——
    ———within xx miles———–

    Thanks for the reply

    Try adding this to the end of the style.css file of your theme:

    em-search div {
        display: block !important;
        margin-bottom: 12px !important;
    }
    Thread Starter leejparks2016

    (@leejparks2016)

    Thanks for the reply I tried this and nothing I’m afraid, i can live with it on desktop view as it is quite clear just unfortunately on mobile devices the date input boxes are across two lines, do you think there could be a mobile view Css I add that may help this and maybe sort it that way instead of changing layout of the search box?

    That should be possible but because it’s theme-specific it’s not something we can help with. Sorry.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Search box style edit’ is closed to new replies.