Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   The livestream widget has a new (bad) style after updating to Atahualpa 3.4.01 (http://forum.bytesforall.com/showthread.php?t=2265)

TGsoft Jul 5, 2009 01:45 PM

The livestream widget has a new (bad) style after updating to Atahualpa 3.4.01
 
2 Attachment(s)
Hello ;)

after updating Atahnalpa 3.3.3 to version 3.4.01 the livestream widget from the livestream Plugin (Version 0.99.8.1 - http://www.ibegin.com/labs/wp-lifestream/) has a new confusing format.

Please compare the two atached pictures.

How I can correct it?

Thank you

Thomas

juggledad Jul 6, 2009 06:18 AM

Please swap back to 3.3.3 and wait till after Friday when Flynn gets back. There seems to be a 'glitch' with 3.4

Flynn Jul 11, 2009 07:14 AM

Looks like you're running 3.3.3 now and the site looks like in the image on the right hand side.

You have borders on the <A> in that widget but since 3.4 the borders are on the <LI>'s, except for the Pages and Categories widgets.

To remove the left borders from both the <LI>'s and the <A>'s for that particular widget you could add a CSS Insert

div.widget_lifestream ul li,
div.widget_lifestream ul li a:link,
div.widget_lifestream ul li a:visited,
div.widget_lifestream ul li a:active,
div.widget_lifestream ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}

TGsoft Jul 11, 2009 08:17 AM

1 Attachment(s)
Hello Flynn,


thank you for your suggestion.

See the result in the attached file. What can I do to change it to the original format?

Thank you

Thomas

Flynn Jul 12, 2009 10:32 AM

Add

div.widget_lifestream ul li {
padding-left: 30px !important;
}

after that code from above

Change 30px to whatever value

TGsoft Jul 12, 2009 10:43 AM

THANK you Flynn :)

Now it works.

Take care

Thomas


All times are GMT -6. The time now is 06:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.