<p style="text-align: left;">Hi</p>
I want to change the position of "take this course" button (on side bar) position only on mobile.
Now the position of the sidebar is at the end of the page after related courses so take this course button is at the end of the page
How can I change it that it will be before related courses?
Attached screenshots
https://ibb.co/c0c40b
https://ibb.co/fTBQ6G
@aviv10mar,
It is not possible to change the position of "take this course" button. But it has an alternative condition, to show duplicate "take this course" button only without removing the below button. If you are interested, to show duplicate buttons, then let me know.
Hi
Duplicate button it's fine solution to me.
How can I do it at better position on course page?
@aviv10mar,
Please Go to wp_admin -> Plugins -> editor -> wplms customizer plugin
Paste this code in the editor
add_action('wplms_after_course_description',function(){
echo the_course_button();
});