Top margin on Single events Page

Please view my Camp Calendar page see VIEW DETAIL to the far right of an event. When I click VIEW DETAIL, it takes me to a single event page. I am trying to add a top margin (more space between navigation bar and the calendar information.) I added the following custom CSS for the single event page, but it didn’t work. Please point me in the right direction.

.single-mec-events .x-header {
margin-bottom:30px;}

Hello @eutaw,

Thanks for writing in!

Please use this code instead:

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

We would love to know if this has worked for you. Thank you.

This works. Thank you!!

You are most welcome!

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