Hi Sven,
I'm styling the checkout view and I believe that I've might found a little bug.
In the file checkkout/change.php you are using the class "form-horizontal" and the in loaded fieldsets the class "control-group" and "control". This leads me to believe that your goal is to use the Booststrap Horizontal Form Style.
Bu we're not getting the exact style in the Boostrap documentation. Attached you will find two screenshots: one with the correct design and another with the correct design.
To get the correct design, I had to add (with Dev Tools) the class "control-label" to the label element loaded with
Is there a way to customize the aoutput of
Can you please tell me what file to use to change the output of
Thank you
I'm styling the checkout view and I believe that I've might found a little bug.
In the file checkkout/change.php you are using the class "form-horizontal" and the in loaded fieldsets the class "control-group" and "control". This leads me to believe that your goal is to use the Booststrap Horizontal Form Style.
Bu we're not getting the exact style in the Boostrap documentation. Attached you will find two screenshots: one with the correct design and another with the correct design.
To get the correct design, I had to add (with Dev Tools) the class "control-label" to the label element loaded with
echo $field->label;.
Is there a way to customize the aoutput of
echo $field->label;and
echo $field->input;without hacking/changing Eventgallery's core?
Can you please tell me what file to use to change the output of
echo $field->label;if the only way to change this behavior is to change Eventgallery's core?
Thank you