Tagged: CSS
Anyone styled the twitter widget pro to match enfold theme? If you have could you share your CSS?
Hope that does not come over badly :-/
Hey,
Please give us a link to your website and a screenshot on how you want it to look like. Maybe, we can help you fix it.
Regards,
Ismael
It looks ok but it was more a forum question to see what others had done. Mine is like this:
http://chriswardphotography.net/blog/
But I just feel its a little plain. Would be nice to have a little bird icon for each tweet or image;
I know you are busy so not asking for anything really more to see what others have done.
Hi,
I’m not sure if this is what you want but you can add the code on your custom.css or Quick CSS. You need to provide a twitter icon for the content property:
#top .widget_twitter li:before {
content: url('IMAGE URL HERE');
position: absolute;
left: 0px;
margin-top: 20px;
}
#top .widget_twitter li {
padding: 0 0 8px 55px;
margin: 0 0 8px 0;
border-bottom-style: solid;
border-bottom-width: 2px;
}
Regards,
Ismael
Thanks :-) I am working on my theme again on Monday so will add the code then.
I now have a little twitter bird thank to you :-)
http://chriswardphotography.net/blog/
What do you think? lol
Thanks for helping when it was not even anything to do with the theme!!!!