Tagged: CSS
-
AuthorPosts
-
August 20, 2013 at 8:29 am #28092
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 :-/
August 21, 2013 at 3:18 am #136448Hey,
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
August 21, 2013 at 6:51 pm #136449It 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.
August 22, 2013 at 12:48 pm #136450Hi,
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
August 23, 2013 at 12:11 pm #136451Thanks :-) I am working on my theme again on Monday so will add the code then.
August 24, 2013 at 6:28 am #136452August 26, 2013 at 11:54 am #136453I 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!!!!
-
AuthorPosts
- The topic ‘Twitter widget pro css’ is closed to new replies.
