• Resolved brunoclaessens

    (@brunoclaessens)


    I would like to have the birthday-people horizontal in stead of vertical.
    How can I fix this ?
    Thanks in advance !
    Bruno

Viewing 3 replies - 1 through 3 (of 3 total)
  • Roch

    (@rochesterj)

    Hi Bruno!

    It’s likely that you’ll need custom coding to achieve this. But can you send us an example?

    Thanks!

    Thread Starter brunoclaessens

    (@brunoclaessens)

    Example is on the bottom of https://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 !

    Roch

    (@rochesterj)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Birthday Widget adjustment’ is closed to new replies.