Hi @guybower1,
Size of a background image will depend on the container size. For example, you add it on a section/row/column, it’s height will depend on the elements you added inside it and also the paddings. Less content mean less of the container height where it is added thus you can see less of the background. This the reason why on mobile when the elements stack on top of each other, there’s more space the background will cover.
On your setup, you see it like that becaise of just 1 paragraph line height. That’s the default content of empty columns. To achieve what you want, to increase that background display, you have 2 options:
- Add top or bottom padding. Play with the value to get correct height.
- Add GAP elements.
Hope this helps.