Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help with button placement Re: Need help with button placement

#113099
sheepysheep60
Participant

No worries, sorry it didn’t work out. I think :last is only meant for list elements, my bad.

.socialize-buttons {
position: absolute;
top: 56px;
}

.socialize-button {
position: relative;
float: left;
width: 100px;
}

.socialize-containter {
position: relative;
}

Try the above, so this time we position the socialize buttons absolutely – under the text – then we give the individual buttons widths and use float to make them sit next to each other.