I’ve searched Google and the support forum here and can’t figure out how to do this. Any suggestions on how to display my 3 most recent tweets horizontally (side by side) in the footer widget area, rather than having them display as a vertical list?
Here’s what I’m trying to do – http://imgur.com/Wmg76m8
I think there is probably a pretty simple solution, but I can’t figure it out.
Appreciate any help getting this working.
Thanks
Jacob
Hi Jacob,
Can you post the link to your website please?
Regards,
Josue
Hi Josue,
The site is logicecho.com. I’m trying to display the tweets in the footer area.
Thanks
Hey!
Add this code to the Quick CSS:
.imgdisplay {
float: left;
width: 33.33%;
}
.thinkTwitFollow {
clear: both;
}
Cheers!
Josue
Perfect! That did the trick.
Many thanks for the quick help.
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue