I finished setting up all the seats but I need help changing the display of the #boxes div.
I am not using a caption, so I don’t need the space to remain empty. I would prefer the #boxes div to take a larger space. What CSS selector should I change?
Hey I am not sure if I understood what you are trying to accomplish. Are you trying to just make the seats bigger? If so then you can use map editor to resize boxes.
I’m sorry english is not my native language, I’ll try to explain better.
Since I’m not using the div that displays the legends on the left of the room plan, I wish I could give to the rooms plan div (middle-section?) more width. And I don’t find how to do that. If I succeed, that will give to the user a bigger view of the entire room.
I also try to do that, in order to explain to the user on which side is the stage, but that doesn’t work. How can I fix this ? div#box-wrap:after { content: \'SCÈNE\'; color: red; font-size: 25px; position: absolute; bottom: 0px; width: 100%; left: 0; background: #ccc; }
Hmm… looks fine to me. Room will take the width it needs. If you look at your third room you will see that its bigger and takes more width. I think you need to create rooms with bigger seats/spacing to achieve the result you are looking for.
I’m very sorry, but I think I haven’t explain very well again. Here is a screenshot to show you witch space is available, and this is the space where legends used to be but not useful for me. I thought I could use his space to give the room plan more space.
I will try to explain with an example. Lets say you create a new room plan. In that room there are only 4 seats with no empty space between them. Each seat is 25px wide. So the total room width is 100px (25×4). Now in registration view the room will be 100px wide. Room will not get bigger then 100px as it don’t need more room (even if there is more room). The width of the room is determined by what was added to the room plan.