PDA

View Full Version : Breaking border - v1.5 SunnyDay


Igor Tarnovsky
11-16-2006, 01:39 PM
Another issue with free version 1.5 (SunnyDay template).

When moving mouse cursor over category title, the box border is breaking opposite this title.

http://www.radioclub.ru/catalog/scr-3.gif http://www.radioclub.ru/catalog/scr-4.gif

Look here: http://www.radioclub.ru/catalog/

Screen refreshing (Ctrl+F5 or F11) restores border...:(

Sergey Ten
11-16-2006, 05:23 PM
Hello Igor,

*** Open your style.css ***
*** Find this code ***


div.categories div.last
{
float: left;
height: 70px;
text-align: left;
width: 170px;
}


*** Replace with ***


div.categories div.last
{
float: left;
height: 70px;
text-align: left;
width: 150px;
}


*** Save changes ***

You could playing with width. Hope it will help.

Igor Tarnovsky
11-16-2006, 06:44 PM
Thank you, Sergey - It works! B)
160px there was enough.

Sergey Ten
11-16-2006, 06:50 PM
You are welcome Igor :)