Start a new topic
Answered

The Month Arrows Jump To The Top Of The Page!

If on your website when you click on the next/previous month button and then the page has jumped to the top, all you need to do is to put the following CSS code in the MEC Settings > Custom CSS: 

.mec-wrap .mec-next-month a,
.mec-wrap .mec-previous-month a {
    pointer-events: none;
    text-decoration: none;
}



Best Answer

Yes, exactly. Just add the following CSS code in the MEC Settings > Custom CSS:


.mec-wrap .mec-next-month a,
.mec-wrap .mec-previous-month a {
    pointer-events: none;
    text-decoration: none;
}


1 Comment

Answer

Yes, exactly. Just add the following CSS code in the MEC Settings > Custom CSS:


.mec-wrap .mec-next-month a,
.mec-wrap .mec-previous-month a {
    pointer-events: none;
    text-decoration: none;
}


Login or Signup to post a comment