MyBB Community Forums

Full Version: adjust positioning of items in header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-10-11, 04:18 PM)BaggerHD Wrote: [ -> ]About the social icons, I did just saw that I did forget to put an a in the css, so plz change that on every social in your css. Like this

span.facebook a {

do the same with the rest too, others you'll not have any click able icons.

Sorry for that mistake.

Don't know what you mean with text boxes,,, but sounds like a new thread he he
.twitter a {
background: url(../../../images/social/social_twitter.png) no-repeat;
width: 24px;
height: 24px;
display: block;
opacity: 0.6;
}

.twitter a:hover {
opacity: 1;
}


Do the same with the others, remember to change name, and img src.
(no need to use the span before .twitter or the others)(i did just copy from chrome elements,,sorry)
(2014-10-11, 05:58 PM)BaggerHD Wrote: [ -> ]
.twitter a {
background: url(../../../images/social/social_twitter.png) no-repeat;
width: 24px;
height: 24px;
display: block;
opacity: 0.6;
}

.twitter a:hover {
opacity: 1;
}


Do the same with the others, remember to change name, and img src.
(no need to use the span before .twitter or the others)(i did just copy from chrome elements,,sorry)

ok, got it Smile

as soon as i can log back into my site again i will amend the code Toungue
Pages: 1 2