Utilizing remodal.js from the repository found at https://github.com/VodkaBears/Remodal to develop a modal interface: http://jsfiddle.net/j4wnov5z/.
In essence, I am trying to align certain elements to the left, but encountering difficulties.
For instance, my attempt to left-align the label within the modal using:
.remodal label {
text-align: left !important;
}
proved to be ineffective. Removing text-align: center;
from the wrapper resulted in losing the central alignment of the modal altogether?