Hi zenners,
I want the submit-button to show a slightly upward and the left if possible. Is there a way to do this with css.
Thanks in advance.
Hi zenners,
I want the submit-button to show a slightly upward and the left if possible. Is there a way to do this with css.
Thanks in advance.
A link to the page you are concerned with....
Zen-Venom Get Bitten
here ,
Try adding this to the end of your stylesheet and adjust to suit
Code:.buttonRow { margin: -1em 2em 0em 0em; }
Zen-Venom Get Bitten
thanks cobra, but it makes all the buttons to move up not only submit-button, How do I restrict others to move?
Thanks for your time, appreciate it a lot.
That is currently in a div class ".buttonRow"
To segregate you would have to change the div for the buttom you want moved to a unique one that can then be added to the stylesheet
Zen-Venom Get Bitten
From the end of tpl_create_account_default.phpCould you give me some example of this ?
Change the div class="buttonRow forward"
to something unique like
div class="submitButton forward"
Code:</fieldset> <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT, BUTTON_SUBMIT_ALT); ?></div> </form> </div>
Zen-Venom Get Bitten