Is there any way to have the ‘You might also like’ suggestions at the bottom of a post ‘centred’ rather than automatically left-justified.
It looks great on posts that have lots of suggestions however on posts such as this one :
shutterliving.com/tropical-islands/
I think it would look better to have the suggestions centred?
Would this be easy to fix?
Hey Jamie A!
There is 8 columns in suggestions section and your are displaying only 4. You can still center them using following css code
.postid-547 div.related_entries_container {
margin-left: 35%;
}
It will make thumbnails smaller since other 4 empty columns are also being output. You may need to adjust the value to center it perfectly.
Cheers!
Yigit
I usually display all 8 but for the post i was discussing above there was only four that were shown.
I guess I had only 4 that were similar for this specific post.
If I use the code you suggest will it other posts with all 8 showing? (i will test now)
Hi!
I have updated the code i posted please try it now. It will only apply to that certain post and not globally
Cheers!
Yigit
Thanks, I appreciate the update, I think it may be better (and look better) if i just add a few more TAG’s to the posts that don’t uses all 8 spaces that way the other spaces get filled up.
I need to spend some time re-tagging but I think it will be a better solution and save me having to check every post anf add css for each of them.