vForums Support > vForums :: Support :: > Quote Resize

Quote Resize - Posted By Michael (wrighty) on 23rd Jan 08 at 1:29am
I've tried CSS ..

blockquote.quote
.quote
etc..

but to no luck... so how the hell do I do it?

Re: Quote Resize - Posted By Marc (cr0w) on 23rd Jan 08 at 1:58am
Try:

.quote table { width: 450px }

Re: Quote Resize - Posted By Michael (wrighty) on 23rd Jan 08 at 2:09am
nope.. {Unsure}

Re: Quote Resize - Posted By Marc (cr0w) on 23rd Jan 08 at 2:30am
.quote td

? {Unsure}

Re: Quote Resize - Posted By Michael (wrighty) on 23rd Jan 08 at 2:58am
nope.. {Unsure}

Re: Quote Resize - Posted By Ross (admin) on 23rd Jan 08 at 9:23am
Code: CSS
 
  1. blockquote.quote table.border {
  2.     width: 750px!important;
  3. }
 


Will do it

Re: Quote Resize - Posted By Michael (wrighty) on 23rd Jan 08 at 6:04pm
ya

thanks Ross