Nirjonadda
Customer
I have added some CSS code but does not work for Flat Awesome. All other style are work with this CSS code. Please can you let me know that how to fixing this?
Code:
/* Medal show in center for post message */
ul.bdMedal_userMedals { text-align: center; }
/* Hide Medals show post message from mobile view */
@media (max-width: 650px) { ul.bdMedal_userMedals { display: none; } }