Whatever I try I can't succeed in making it center aligned. What do I have to do? ;/
Thanks!
Whatever I try I can't succeed in making it center aligned. What do I have to do? ;/
Thanks!
Add CSS that will override the default CSS, or make new template to render it however you want. All rendering is controlled by templates.
Aa embarassing, so easy ;( Well, thank you!
I have one other question though. I use this code to show the rating for each post-thumb
<?php wp_gdsr_render_article(29, true, 'oxygen', 16, 'oxygen_gif', true); ?>
Is there a way to only show 5 stars instead of 10 as I have set as a default in the configuration?
Some functions can render less (or more) stars then set, so that image can fit in smaller space. And some functions are problem (like the one you need) because this renders active block that needs all stars shown. Also, I am working on new and better functions that will have much more options, and one of them will be implementing of these factored rendering.
You must log in to post.