Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CSS for Inform Notification
PFAFF
✭
Is there a way to move the inform popup notification to the top of the page instead of the bottom using just CSS?
0
Comments
if you mean the inform messages....
yes.
there are lots of tutorials on how to use web developer tools.
some are listed here:
http://vanillaforums.org/discussion/28420/faq-what-frequently-asked-questions/p1
change the number of pixels or percentage as you like.
e.g. put this in your themes custom.css
http://www.w3schools.com/cssref/pr_pos_top.asp
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks!
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder those are all the various CSS options, correct?
not all of them but it shows how far you can take the design and what you can change in it. You can also add a background image , move the position it appears at , convert the links to buttons on and on and on.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
This is awesome. Thanks so much, man!