Hi,
Since updating the widgets.php the twitter widget styling has gone loco. Can you advise how I can get the bird back on the line and the speech bubbles back on each listed tweet?
Many thanks again.
(6 posts)
(2 voices)
Hi,
Since updating the widgets.php the twitter widget styling has gone loco. Can you advise how I can get the bird back on the line and the speech bubbles back on each listed tweet?
Many thanks again.
Hello MiguelGonzalez,
A couple of users were having problems with this. I forgot what we did to fix it.. if possible can we get a link to your page to take a look at the CSS? It is most likely caused by some other widget you have in the page.
Hi Elliott,
I'll PM you the link - thanks.
Try adding this line in /wp-content/themes/infocus/style.css
.widget { position: relative !important; }
Make sure to take a look around and see if your other widgets look okay also. Let us know if it works for you MiguelGonzalez.
This seems to work - though i had to go into the CSS and rearrange the follwoing to get the speech bubbles back:
#secondary .webtreats_twitter_widget ul li a{
background:transparent url(images/mini_icons.png) no-repeat scroll -140px -122px;
display:block;
padding:4px 0 8px 20px;
text-shadow:1px 1px 1px #FFFFFF;}
Glad it worked for you MigualGonzalez, if you have any other questions then let us know.
You must log in to post.