MEC Single Event page

Hi

I want to modify the layout of the MEC single event page. Are their any KB documents available, i have had a look but could see anything obvious.
I want to increase the headers, remove the category event and reduce the size of the picture

http://modbury.church/calevents/morning-prayer-tu/

Thanks

Hello @Aph100,

Thanks for asking. :slight_smile:

Can you please elaborate the first question i.e increase header?

Regarding rest of the questions, please add following CSS under Pro > Launch > Theme Options > CSS to remove category box and adjust size of image.

.mec-single-event-category {display: none;}

.mec-single-event .mec-events-event-image img {width: 25%;}

Thanks.

Hi

Thank you for those snippets, they work well. Great service again. As far as the first questions - I want to increase the space below the menu bar and above the image
www.modbury.church/calevents/flower-festival-2018/

Hi There,

Please also add this custom CSS:

.single-mec-events #main-content {
    margin-top: 35px;
}

Let us know how it goes!

Hi

That is brilliant - very many thanks again for your help. Not only is the theme awesome, the support is 5* and cant be faulted !

1 Like

You’re most welcome :slight_smile:

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