Hi Bruno!
It’s likely that you’ll need custom coding to achieve this. But can you send us an example?
Thanks!
Example is on the bottom of http://www.racingkiel.be
All players with birthday in next week are under each other. I want them next to each other.
I was checking thishere
But I don’t dare to change something. Maybe echo ‘<div class=”sp-template sp-template-birthdays sp-template-birthday-gallery sp-template-gallery”>’in front of the for each and also change something at the end </div> but my knowledge about php is not good enough.
Can you arrange this with snippets in stead of changing the code in the birthdays.php ?
I am not a programmer nor a developer.
Thanks in advance !
Hi there!
Thanks for your reply.
In that case there are a few problems. The container (widget are in elementor, it looks like) doesn’t have enough space for more than one item in the same row.
So you’d need to first make that item full width, then you can use something like this to stack them next to each other:
.home .sp-template-birthday {
float: left;
}
Thanks!