• Resolved regnalf

    (@regnalf)


    Hello,

    i’ve got a strange styling for the search form in event list. the height for the search elements is to high and i don’t know what cause this. in the extended search it looks even more distorted!

    the wordpress core and plugin is on the latest version.

    any suggestion?

    • This topic was modified 4 years, 9 months ago by regnalf.

    The page I need help with: [log in to see the link]

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

    (@angelo_nwl)

    you can try to add the custom CSS below at the end of your theme style.css or using other WP plugin which will enable you to add custom CSS on the frontend without editing any plugin or theme files.

    
    .em-search-wrapper br {
        display: none !important;
    }
    
    Thread Starter regnalf

    (@regnalf)

    Thx, that seems to help. this issue appeard after the recent updates i think.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search form in event list height issue!’ is closed to new replies.