FromThatShop.com Posted April 1, 2011 Share Posted April 1, 2011 Hi all,Really need someones help to fix a simple problem [i hope]I've installed a new theme, but cannot find a way to move the position of the "register" button on the customer registration form.I've searched the forums and had no results. I've added an image below of the position at the moment.All I want to do is move it to a location anwhere underneath the form fields.Any help is greatly appreciated.Thanks a lot for your help, I really need it! Link to comment Share on other sites More sharing options...
tomerg3 Posted April 1, 2011 Share Posted April 1, 2011 I suggest you get Firebug for firefox, it will let you right click on the button and see it's CSS elements (and it's container tag).You can then play with those setting in the browser and see how it affects the location of the button.It will show you exactly which files and line #'s the CSS code is in, and once you're happy with the position, you can make those changes in the actual files. Link to comment Share on other sites More sharing options...
FromThatShop.com Posted April 1, 2011 Author Share Posted April 1, 2011 Thanks alot for your help. I've managed to pinpoint the location of the button, but I'm still unable to work out how to change its position, I've added the code below. Is anyone able to help?I really really appreciate your help... <input type="submit" class="exclusive" value="Register" id="submitAccount" name="submitAccount"> input#submitAccount { background: none repeat scroll 0 0 #636363; border: medium none; color: white; cursor: pointer; font-size: 15px; font-weight: normal; padding: 4px; text-transform: uppercase; Link to comment Share on other sites More sharing options...
Recommended Posts