Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 3712-01: Minor CSS error in css.php (http://forum.bytesforall.com/showthread.php?t=20863)

juggledad Sep 3, 2013 11:05 AM

PATCH 3712-01: Minor CSS error in css.php
 
You only need apply this patch is you are experiencing issues with image captions or strange issues with sub-menus.

There are two minor CSS errors in the release 3.7.12 version of the file css.php. The first could effect the class 'wp-caption', the second may effect hovering on sub menu's. To correct these issues edit the file css.php' and change line 1807 from
HTML Code:

        width: auto 100%;
to
HTML Code:

        width: 100%;
then change line 2854 from
HTML Code:

* html ul.rMenu-hRight ul.sub-menu li.sfhover ul
to
HTML Code:

* html ul.rMenu-hRight ul.sub-menu li.sfhover ul,
Note the comma added to the end of the line.

Thanks to user 'Mark Tuttle' for point this out


All times are GMT -6. The time now is 10:31 PM.

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