By neobodhi on
I am using views and fivestar. I have built a view where I would like the "add comments" link to appear to the right of the fivestar widget. Can I do that in CSS? If so how? If not, do you know how I can do it.
Below is a link to the site so you can see what I'm talking about, there is a video on autoload, so turn your speakers down if you are at work ;)
Comments
Try floating the
Try floating the views-field-value:
love, light n laughter
Well that was easy!!! Thank
Well that was easy!!! Thank YOU!
Yes. Use firebug to DIY :)
Yes. Use firebug to DIY :)
love, light n laughter
This is odd. your fix worked
This is odd. your fix worked on the front page but not on the other page,
http://miraquepasa.com/videos-de-humor
I can't figure it out the same css is being called. Anyone have any ideas?
You have .view-Humor now. Try
You have .view-Humor now. Try removing .view-video then. If you want to apply the same thing to whole view. Otherwise specify the view name explicitly to play safe.
I used the view name just in case you have different view with different style, so it would not interfere to all. Make sure to have firebug handy.
love, light n laughter
That worked, I will look into
That worked, I will look into firebug, thanks!!!!
You NEED Firebug. but also,
You NEED Firebug. but also, you can rewrite the output of Views to suit your needs.