On my site, raghavsuri.com/wordpress you see that the linkedin, rss and twitter icon are one on top of each other. How do I make them side by side? What is the code that I need to use?
On my site, raghavsuri.com/wordpress you see that the linkedin, rss and twitter icon are one on top of each other. How do I make them side by side? What is the code that I need to use?
You could add the following to your style.css:
.xoxo {
overflow: hidden;
}
#primary li {
float: left;
margin-right: 10px;
width: 48px;
}Thanks it worked!
This topic has been closed to new replies.