here is screen shot as it will show the problem better than i could explain it.
here is screen shot as it will show the problem better than i could explain it.
CSS
.ow_canvas {
margin: 0 auto;padding:0px;
width: 998px;
word-wrap: break-word;
background-color: #fff;
}
.ow_video_list_item {
float: left;
max-height: 165px;
padding: 5px;
width: 110px;
margin-right: 20px;
background: url(images/video_bg.png) no-repeat 0px 0px;
}
.ow_menu_wrap { height: 53px;
display: table;
background: #fafafa; /*url('images/menu.jpg') repeat-x;*/
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #fafafa;
border-right: 1px solid #fafafa;
margin-left: 50px auto;
width: 996px;
}
.ow_header { width: 996px;
padding: 0px 0px 0px 0px;
margin: 24px auto 0px;
}
here is screen shot of fixed videos page
Also why you are there change this
ul.ow_bl_narrow li a{
color:#000000;
}
just copy paste above code it fixed the "this Topic" in forum the text doesn't show untill you hover over it it has never worked in any of the showcase themes the above is the fix for it :)
i posted a thread about it here i included pictures so you can see what i mean.
ul.ow_bl_narrow li a{
color:#000000;
}
text is normally white untill you hover,
it's never worked on any version i've installed of showcase not the fullwidth and the sidebar versions. maybe im unluckly. anyway if someone runs into the same prob and cares enough this thread is here, cause i can't be only with this problem. it took me to add css to get it to work. though ive modded my site i still leave comments in my code so i know what i did a year ago if longer with the same clarity as if i did it 5 mins ago.
either way thanks for fixing it up the videos section was an issue glad it's fixed for everyone now.
ul.ow_bl_narrow li a{
color:#000000;
}
might even be a inserted css Class fromt he forum plugin it'self so it dont even show up in base css try ctrl + F and past in ul.ow_bl_narrow li a see what comes up
P.s ive looked at your site and it's heavily styled prob even more than mine so...... there is a chance you fixed the issue and either can't remember or didn't know it was a problem and did it by chance. maybe we need someone else with a fresh install of showcase with sidebar fixed 1.7 to confirm it. not a huge deal either way though.