By User on Saturday, 20 April 2019
Posted in General Issues
Replies 1
Likes 0
Views 394
Votes 0
Hello.
In points history page: https://crimson-land.ru/rating-my/69-khoroshij-dinozavr/points/history
button "Load more" size is smaller than text inside.

Should I fix it by myself or it can be fixed in next ES version for all webmasters?

Thanks.
#es .es-pointshistory .btn-loadmore {
position: absolute;
left: 50%;
width: 90px;
height: auto;
margin-left: -45px;
bottom: -2px;
padding: 3px;
}
Yes, you have to fix it on your site, try add this following custom css into your site backend > Easysocial > theme > custom css


body #es.view-points .btn-loadmore {
width: 10%;
margin-left: -60px;
}
·
Saturday, 20 April 2019 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post