so basically im having a bunch of trouble with… im making a floating banner thats also going to double as a navbar on the top of my app. problem being everytime i set the width of the banner to match the page and go to preview the preview looks totally different as if the banner isnt stretching all the way to the end of the page.
Hello @brandoncolon1995, since you want to create a navbar I recommend using the Reusable Element, when creating your element change the layout to row or column, after creating a group or that same banner and the layout as row or column as well and check the option " make this element fixed-width". Change the width size from “px” to “%” with a value of 100. Call your new Reusable Element on whatever pages you want and be happy.
Your problem is simple, just a question of positioning, as I told you before… When creating your Reusable Element, the buttons you want to appear must be inside the Reusable Element Group and not on top of it. Understand, it is not necessary to go through this path: Create Reusable Element, Open Desired Page, Add Reusable Element, Add any element being on the current page.
You just need to place the button or any element inside the reusable element when it is created, then call it on any page and the button will always appear. Hope this helps.