Results 1 to 9 of 9

Hybrid View

  1. #1

    Default Position of Submit button

    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.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of Submit button

    A link to the page you are concerned with....
    Zen-Venom Get Bitten

  3. #3

    Default Re: Position of Submit button

    Quote Originally Posted by kobra View Post
    A link to the page you are concerned with....
    here ,

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of Submit button

    Try adding this to the end of your stylesheet and adjust to suit
    Code:
    .buttonRow {
            margin: -1em 2em 0em 0em;
            }
    Zen-Venom Get Bitten

  5. #5

    Default Re: Position of Submit button

    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.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of Submit button

    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

  7. #7

    Default Re: Position of Submit button

    Quote Originally Posted by kobra View Post
    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
    Could you give me some example of this ?

    Thanks again.

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of Submit button

    Could you give me some example of this ?
    From the end of tpl_create_account_default.php
    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

 

 

Similar Threads

  1. v150 How can I change a default submit button in a sidebox to an image button?
    By JacobBushnell in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Aug 2016, 07:17 PM
  2. Error after submit button
    By fadi21 in forum Customization from the Admin
    Replies: 3
    Last Post: 30 Jul 2010, 07:11 PM
  3. Submit Button in css
    By miweb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jul 2008, 10:14 PM
  4. Move Submit Button to Left
    By Lawbird123 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Oct 2006, 08:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg