https://i.sstatic.net/UfQ4z.png
This problem has me stumped. The text-align
css property of p.dropify-infos-message
that I explicitly defined seems to be conflicting with the form p
.
Even though the computed css shows a strikethrough on the form p
css property and indicates that the text-align: center
is being applied from the p.dropify-infos-message
, the text on the web page still appears aligned to the left.
Note: Disabling the form p { text-align: left;} resolves the issue, but this solution doesn't seem logically sound.