How can you style the notification where it is much larger than just a thin strip across the screen. I like setting it for the bottom and use the y coordinate to raise the notification higher than the bottom of the page, but how do make it taller as well say about 300-400px tall and the font bigger? Any help on this will be greatly appreciated.
I haven’t done this myself, but one way would be to use Chrome to to find out what CSS classes are applied to the notifications (I presume they’re part of bootstrap) and then just use those classes in your main.css file to give them what ever properties you want. Including height etc.
As long as your main.css file is loaded after the bootstrap.css file then the properties should override the bootstrap ones.
This is an easy way to do it that I’ve done with other bootstrap elements.
Ok sound answer - thank you. Will give it a go tomorrow - appreciate it!