I have a fixed page, everything is fixed on it, all the elements are fixed. Not a responsive page. Nothing has padding in layout Elements move to a different line. Any ideas on fixing this? Or Why it’s happening? Thank you for helping?
Looks good in Desing mode
boston85719 thank you for your reply, My page width is 1050, and my device is a macbook pro at 2560 × 1600. Do you have any other ideas why this might be happening? thank you
The element’s input, type and status button and the container are likely not fixed, at least one of them and my instinct is to say the container group the 3 elements are in, because if it was fixed, the height would not increase.
Thank you again. Every element on the page is fixed width. Except the rg-to-cvs plugin element, I moved it down no change. HOWEVER I had a thought I created the group so I could get a box look around the buttons and field. If I remove the border they line up perfectly. If I put a border on the group of just 1 px then it does like shown above.
FYI so i took the border off and put a background color in and it works perfect. Mostly achives what I want. I did try making the group with border line really big and it still move the button status to a new line as shown above. Thanks again.
Why are you building in fixed elements anyway? You should, even if you intend to build for desktop only, be building with the responsive system, because desktops do come in different sizes.
The flexbox responsive system by Bubble is so much better than the old responsive system, so if you have not given the flexbox system a try yet, definitely consider it. It’s pretty easy to pick up after a few tutorials and after a bit of practice, it is straightforward to understand and implement most any design you may want.
But, glad you figured out the root cause of your issue.