Forums

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

Home Forums CSS Menu Image, remove border, HELP ASAP Reply To: Menu Image, remove border, HELP ASAP

#282557
Marqs
Participant

/* Sociala Medier Placering */
ul {
list-style: none;
margin: 0;
text-align: left;

}
li {
float: left;
}
li:nth-last-child(1), li:nth-last-child(2) {
float: right;
display: inline-block;
}

Here are the CSS I use to move the social media icons to the right if that would be to any help!