visual index text width

mgabas / 2013-10-20 17:05:25   

Hi,

I can't find any way how to change text width in visual index format. I tried to edit the php file but my text keeps displaying like this:

martingabas.cz/index.php/projects/periphery/

Any advice how to change it?

Thanks much!

arsondpi / 2013-10-20 20:37:55   

Did you try editing line 40 in your style.css?

  1. #exhibit p, code, blockquote {
  2.     margin-bottom: 1em;
  3.     width: 450px;
  4. }
mgabas / 2013-10-20 22:56:04   

No, I haven't, and it works. Thanks a lot!

This thread has been closed, thank you.