By muhanad on Saturday, 30 November 2013
Posted in General Issues
Replies 1
Likes 0
Views 1.5K
Votes 0
Hello,

i have published the app of badges which i believe is awsome but it doesn't really look nice .. maybe because of the size of the area but still i really need your help changing some css ..

1- the font is too big
2- i would like to remove the date of achievment and the intro "Below are the badges achieved by the user on this site"
3-and the urls in the app is not SEF .. it doesn't inherit the right url of easydiscuss


Regards,
Hello muhanad,

I am really sorry for the delay of this reply as it is a weekend for us here. You can add the css codes below into your template's css file to fix the styling issues,


body #badges-wrapper .user-badges li.badge-item{
width: 100% !important;
float: none;
}

#badges-wrapper .user-badges li.badge-item h3,
#badges-wrapper .user-badges li.badge-item div{
margin: 0 0 0 70px !important;
}

#badges-wrapper .user-badges li.badge-item > div{
display: none;
}


I have also applied some fixes in the plugin to fix the SEF issues.
·
Saturday, 30 November 2013 22:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post