PDA

View Full Version : Poll Widget


Mythotical
05-21-2010, 02:16 AM
I'm having an issue with the poll widget not allowing users to vote from the widget, logged our or logged in it provides not voting options. The poll is open and people are allowed to vote.

See the widget on the content page here, last widget of left column: http://www.thecatholicforum.org/content.php

Another thing is I am trying to get all text site wide to justify, I did text align for the body css tag but nothing apparently. Any suggestions on that would help greatly.

Thanks
Steve M

Lynne
05-21-2010, 01:12 PM
The poll widget has never allowed voting directly in the widget. It's just there to show the results.

Also, this is your body tag on your CMS page:
<body style="text-align:left">


You really don't have enough text anywhere in your forums to see if justifying is working.

Mythotical
05-22-2010, 01:15 AM
kk, thanks Lynne.

Next question, how would I add space below each widget so they don't look so cramped?

Is there a way to change the column width per column instead of altogether?

Lynne
05-22-2010, 01:50 AM
Spacing between widgets:
.cms_widget {margin-bottom:10px;}

If you want the columns to be different, you need to create your own grid with everything set up how you want it, then create a layout using that grid and assign the widgets to the layout.