Hello on this page I have a countdown enabled but it’s all the way below the content - that is not where I prefer it. How can I move it up above the content below the featured image area?
Thanks!
Hello on this page I have a countdown enabled but it’s all the way below the content - that is not where I prefer it. How can I move it up above the content below the featured image area?
Thanks!
Hi There,
Thanks for writing in! Could you please try adding the following Javascript code into your Theme Options > Global Javascript area and see if that helps.
jQuery(function() {
jQuery( ".mec-events-meta-group.mec-events-meta-group-countdown" ).insertBefore( ".mec-events-event-image" );
});
Hope that helps.
Great. I changed before to after and got it exactly where I wanted it, thanks much!
Glad you were able to customize it accordingly 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.