Get Ready Elementor Templates

How to Create Online Course, LMS, Educational Website 2026 (using WordPress, Elementor & Tutor LMS)

Subscribe To My YouTube Channel For More Upcoming Videos

Customization CSS Code



body.single-lesson .ekit-template-content-header {
    display: none;
}

.page-template-default>.container {
    padding-top: 65px !important;
}

.page-template-default .tutor-wrap{
	padding-top: 90px;
}


.list-item-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
 
a.tutor-btn {
    margin-left: 7px;
}
 
@media (max-width:767.98px){
    .list-item-button {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
 
a.shopengine_add_to_list_action.shopengine-wishlist {
    order: 1;
}
 
a.shopengine-quickview-trigger {
    order: 2;
    margin: 0 5px;
}
 
a.shopengine_comparison_add_to_list_action.shopengine-comparison {
    order: 3;
}
 
a.tutor-btn{
    order: 4;
}
 
}