How do i move the thermostat stack to the right of my receivers?

resources:
  - url: /local/custom-lovelace/upcoming-media-card/upcoming-media-card.js?v=0.2.2
    type: js
  - url: /local/custom_ui/ecobee-card.js
    type: js
  - url: /local/card-modder.js
    type: module


name: Kingia Castle
views:
  - id: 0  # Automatically created id
    icon: mdi:castle
    background: center / cover no-repeat url("/local/lovelace/background-15.gif") fixed
    name: Home
    cards:
      - id: 1  # Automatically created id
        type: vertical-stack
        cards:
#################################################################
#                                                               #
#                           Remotes                             #
#                                                               #
################################################################# 

          - type: horizontal-stack
            cards:
              - type: custom:card-modder
                card:          
                  type: picture-entity
                  entity: remote.living_room
                  tap_action: toggle
                  image: /local/lovelace/things/media2.jpg
                style:               
                  border-radius: 10px
                  border: solid 1px rgba(100,100,100,0.3)
                  box-shadow: 3px 3px rgba(0,0,0,0.4)
              - type: custom:card-modder
                card:          
                  type: picture-entity
                  entity: remote.downstairs
                  tap_action: toggle
                  image: /local/lovelace/things/media3.jpg
                style:               
                  border-radius: 10px
                  border: solid 1px rgba(100,100,100,0.3)
                  box-shadow: 3px 3px rgba(0,0,0,0.4)

          - type: horizontal-stack
            cards:      
              - type: custom:ecobee-card
                entity: climate.thermostat

Maybe this helps.

i got it working as intended, thanks, this helps too!