How to change layout slightly
-
I think I have everything working, but would like to make a layout change and I’m not sure how to do it best.
Mainly I’m concerned about the various status messages. Each have a border of green, yellow or red. They seem to show up in random positions and I’d like them to be in more expected positions if possible.
The one that is most important is the one that appears at the bottom of the form. Actually, it’s after the bottom (and outside) of the form.
When a user clicks the Send button, the result is displayed below the Send button. For me, this means that it displays below the visible area of the page and is unseen – unless you scroll down to see it and most people aren’t going to do that.
Instead, I would like this status message (green, yellow or red) to display someplace ABOVE the send button. I don’t want to make changes that modify the core code, but if I have to…
Anyone know how to reposition the bottom status display?
- The topic ‘How to change layout slightly’ is closed to new replies.