Description will not Wrap
November 04, 2011 08:47PM
The problem I'm having is that the description that comes up in searches will not wrap with the page. It continues on extending the widow out as it it is hard coded not to wrap. I'm sure there probably is a simple fix for this, but I'm missing it. can anyone please help. Thanks!
Re: Description will not Wrap
November 04, 2011 09:51PM
I do have a little menu to the left. I'm thinking that maybe the table that holds the text "Displaying results 1 - 10 of 40 matches (0.01 seconds) " is to wide. Any Ideas?
Re: Description will not Wrap
November 05, 2011 03:40PM
Well, I got no help in this forum, but I did manage to figure it out for myself. So If anyone else is, or will have, this same problem, I'll leave the solution. As I figured, it was something simple. Go to templates and edit search.css.
change

/*main results table */
#results{width: 780;}

In my case I needed it to be

/*main results table */
#results{width: 480;}

It's a shame that such a good program would have such poor support.
Re: Description will not Wrap
November 06, 2011 11:06PM
Well,

The opposite can be said too, it's a shame that you did not try to fix your simple css problem yourself before asking others to do this for you.smiling smiley

Anyhow, hopefully your solution will be helpful for others in the future.thumbs up
Sorry, only registered users may post in this forum.

Click here to login