Hi Vibe,
Unit forum link position in course not well adjusted. Please refer:
http://prntscr.com/iaqmyc
Need to fix it, center to grey box. Thank you.
Hello,
To fix this issue you have to add following CSS code in custom CSS. To do this go to WP-Admin -> Appearance -> Customize -> Custom CSS
CSS Code:
.unitforum {
margin:auto;
}
Perfect! Thank you.
One more.
How to add margin between discussion and unit forum. It's too close. Please refer:
http://prntscr.com/iavsbk
Hello,
To add margin between discussion and unit forum you need to replace the above CSS with the CSS given below in Custom CSS. Set margin according to your requirement.
CSS Code:
.unitforum {
margin-top:50px;
}