Mysterious gap appeared

Hi on my homepage modburyteam.org > Events and Services section, a gap has appeared above three columns of events that are happening. I cannot see what is causing this. Are you able to assist me please ?

Many thanks

Hello Alex,

Thanks for writing in!

The gap could be coming from the empty <p> tags. Please make sure that there are no new lines or line breaks in the text element where you have added the MEC shortcode. You can eliminate the empty paragraph tags by adding the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

p:empty {
    display: none;
}

Hope this helps.

Thanks for your help - unfortunately this did not work. I cannot see any empty

tags

Hello Alex,

Are you referring to this blank space?

If that’s the case, please make use of this code:

div#mec_search_form_17813 {
    display: none;
}

The space is coming from MEC by the way. Please let us know if this works out for you.

Hi

Thank you for this, and yes it worked. Also, thank you for identifying the source - is this a known issue with MEC. Unfortunately a colleague did multiple updates at the same time, so I am not sure what has caused the problem.

Anyway, once agin thank you for your expertise and brilliant support service

A

Hi Alex,

Glad we could help, no it’s not a known bug, yes maybe a conflict with the latest plugin updates.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.