Greetings, all! Still getting acquainted with Bubble’s responsive engine and cannot figure out why buttons set to align right won’t align right when an element is hidden on page load.
Editor:
Any suggestions on how to fix this? I thought right-aligned objects would fill in the empty space automatically, but I guess not.
Thanks for the reply, @AustinAllen. Those are actually all buttons but with different styles. I used the Explain Margins, but it shows the margins as still being defined by the hidden button element. I want the Home and Blog buttons to shift right and fill in the gap when the “Sign Out” button isn’t visible.
@AustinAllen, thanks for the suggestion. Unfortunately, the hide condition has to be log-in status as opposed to screen width, so it shouldn’t even take up space if the user isn’t logged in.
I was under the impression this would be accomplished if it was hidden by default and would only display if a user is logged in, but I haven’t gotten that to work.