Start a new topic
Answered

Changing The Preloader From Full Screen To The Shortcode Place!

If you do not want the loading page to appear in full screen, but instead you want these changes to appears on MEC current shortcode, what should I do?


Best Answer

All you need to do is to put the following CSS code in the MEC Settings > Custom CSS: 


.mec-wrap {
    overflow: hidden;
    position: relative;
}
.mec-modal-preloader,
.mec-month-navigator-loading {
    position: absolute;
}


1 Comment

Answer

All you need to do is to put the following CSS code in the MEC Settings > Custom CSS: 


.mec-wrap {
    overflow: hidden;
    position: relative;
}
.mec-modal-preloader,
.mec-month-navigator-loading {
    position: absolute;
}


Login or Signup to post a comment