I tried to find out if any theme specific CSS is causing this, but couldn’t really find anything. Is this because you use 32px images in the home page. What happens when you use the same widget (24px images) you use for other pages?
It is still vertical even with the smaller buttons.
There is a <span> element inserted into the button links by your theme or a plugin you are using, apparently for an image overlay effect. This span element is declared as a block level element, that’s the reason why the buttons are displayed vertically.
Copy and paste the code below in custom.css file located in your theme’s /css/ folder. Alternatively you can add it to the designated CSS option field in your themes backend at: Theme Options->Styling.
.scfw.widget .image_overlay_effect {
display: none !important;
}
SriniG, I see you resolved this and am having the problem on a different theme. I’ve tried everything I can think of to solve it. Could you please help? Please see my question in “Multiple Twitter Accounts & Blogs? Customized names?”