How can I rearrange list

I have a follow me widget with social media icons but I cant arrange it so I need to do some coding which Im really not good at.

Any whay when I try to css

.social-icons-widget ul li { margin-right:20px; }
I can only change the look of it (margin ect’) but not the order of the icons it self.

can you guys help me write the right css code please?

btw, the HTML form of it is

`

FOLLOW ME

 <li class="googleplus">
 <li class="instagram">
 <li class="pinterest">
 <li class="twitter">
 <li class="youtube">
`

and Im using this plugin:

This is a list:

Just the same as one found in MS Word:

 1. googleplus
 2.instagram
 3. pinterest
 4. twitter
 5. youtube

So, how would you think you would rearrange the list?

Sponsor our Newsletter | Privacy Policy | Terms of Service