Slideshow format code conflict, textspacep/exhibitp

MRPW / 2013-09-01 23:46:36   

Alright so, I noticed that when I installed the slideshow format the textspace is much longer then I would like, spanning the entire length of the page, as opposed to 600px which I had specified in the CSS,

"#exhibitp width: 600px"

When I inspect with Firebug it appears there is a property changing it before the CSS instead of pointing to it...

"#textspacep width: auto"

I tried to fiddle around with the slideshow.php file but I broke the format and the pages with slideshow format would cease to load...

Can anyone suggest what I should do?
I want the width of the text in slideshow format to be 600px - not auto, but I am unsure where to edit this property (and not mess the format up)

Thanks for any help in advance.

arsondpi / 2013-09-02 00:22:09   
  1. #textspace p { width: 600px; }

should do it, in slideshow.css.
Can you show us the page with the issue?

MRPW / 2013-09-02 01:19:51   

Okay,

Here is one of the pages
philwilson.ca/lot12-housing-design/

arsondpi / 2013-09-02 07:08:38   

Line 46 in slideshow.css has still an attribute of width: auto;
Edit it and it will work.

MRPW / 2013-09-02 13:34:33   

I did - and it did!
Thanks a lot.

This thread has been closed, thank you.