Hiya,
Thanks.
You can yes. You will need to add the styles to your theme/child theme CSS.
Just hook into the Unordered List (UL) with a class of tweets e.g. ul.tweets if you need specificity or just .tweets will do then reference you list items (li)
Last tweet and follow button – simply add some space (margin-bottom) to your .tweets UL as the Follow button is embedded underneath.
Have a good day
Tried this, does not work.
Also, looked into it further, not possible to give margin/padding to a list item, only to what is inside it. Would you be able to edit your plugin to wrap the contents of the list items into a <div>?
Errr, maybe try again and just use specificity if your themes unordered list code is overwriting your changes. As you CAN style anything.