I’m trying to build a page that has a photo and then a “Download” button under the photo. I used the Image element to add the photo, but when I add a Button element to the page, it shows up on the same line as the photo. I want it to show underneath the photo.
Is this the intended behavior of the Button element, or have I maybe done something wrong?
I tried the CSS fix mentioned here, but that caused the button to be left-aligned on the page (I need it to be centered). I also tried adding a Gap element as mentioned here, and that worked, but it seems like a strange workaround.
If I need to use the Gap element, that’s fine, but I just wanted to make sure I’m not doing something wrong before I start using the Gap throughout my website.