Center GK Points

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 20, 2014 9:52 am
Reply with quote
Report this post
I tried all different things but i cant get the facebook logo to center.

I use GK points. see:
fbhelp.jpg

This is screenshot from firebug, i selected the element (that's why you can see the blue line around the logo).

This is the code firebug shows:
Code: Select all
.gkPoints li.loaded {
    opacity: 1;
    top: 0;
}
.gkPoints li {
    background: none repeat scroll 0 0 #fff;
    border: medium none !important;
    border-radius: 2px;
    color: #111;
    display: block;
    line-height: 36px !important;
    margin: 0 0 6px;
    min-height: 35px;
    opacity: 0;
    padding: 15px 11px !important;
    position: relative;
    top: -40px;
    transition: all 0.3s ease-out 0s;
}


I tried editing the with margin-auto etc but no luck.

What am i doing wrong? Thanks.
User avatar
Expert Boarder

GK User
Wed Aug 20, 2014 1:07 pm
Reply with quote
Report this post
found it

.gkPoints {
width: 100%;
}

Case closed :)
User avatar
Expert Boarder

teitbite
Thu Aug 21, 2014 12:13 pm
Reply with quote
Report this post
Hi

Thanks for sharing. Closing thread than.
User avatar
Moderator


cron