How to align?
lbarrioc - August 9, 2008 - 21:49
| Project: | Plus 1 |
| Version: | 6.x-1.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I want align the widget to the left of the content items changing style.css, but i cant. The widget is always shown after the content.

#1
Please provide a picture of what you want to achieve. You say you want it to the left, and it shows after. I don't get it.
#2
I think Ibarrioc means that the voting widget appears below the node. And that he wants it on the left, next to the node.
You'll probably want to put the widget in a div floating left. I did something similar at think-heart.com
#3
I just looked it up for you. I edited node.tpl.php and added:
<div style="float:left; width:650px">
<div style="float:left; width:80px">
<?php
print plus1_jquery_widget($node,0,0); ;
?>
</div>
<div style="float:left; width:530px">
here goes the rest of the body
</div>
</div>
Of course, the widths are dependent upon your theme, I used ranch.
#4
Adding this (or
<?phpprint $node->content['plus1_widget']['#value'];
?>
How do I remove the widget below the node?
#5
Configure Plus1 to display 0 widgets.
#6
How do I do that. I do not see any setting for displaying widgets.
#7
There should be a setting at /admin/settings/plus1