One column total width of screen custom_layout_

I would like to have a column that takes full width of the screen, so I tried custhow I must be doing something wrong Tried a lot of options but keep lots of white space at the left.
What am I doing wrong:

type: custom:layout-card
layout_type: custom:masonry-layout
cards:
  - type: horizontal-stack
    cards:
      - type: custom:ampli-panel-card
        av_receiver_family: denonavr
        info: NR1510
        entity: media_player.marantz_nr1510_3
        zone2: ''
        placeview_layout:
          grid:area: middle
  - type: horizontal-stack
    cards:
      - type: media-control
        entity: media_player.heos_player
      - type: media-control
        entity: media_player.lg_webos_tv_oled55c8pla

You don’t need it, just use type: panel for your view. It can have only one card, but that can be a vertical or horizontal stack.

I thought that a panel is one card ? Can it have other cards in it ?

I just edited, place a vertical stack inside (or horizontal). Or you could place a layout card inside, if you need something complex.

1 Like

Oh, thank you. Exactly what I was looking for.
Should have known this before. I always thought it could only have one entiity in a panel view.