Jesse Posted December 25, 2017 Share Posted December 25, 2017 (edited) Hello I am running Presta Shop 1.5.4.1 and the new customer signup form has been wrong and misaligned on the last two versions of Chrome also the latest Opera browser. The new customer form displays fine on Firefox Linux desktop. It has been confirmed a problem on Windows Chrome too. What do i need to change to support these browsers? To replicate use Chrome or Opera on Linux Ubuntu visit the following link,enter your email to create a new account then the form that appears next is the misaligned form. https://rangeviewseeds.com.au/authentication?back=my-account Thank you for help Hello I found the required changes to make to global.css to support both browsers thanks to information on the web. I changed the code for padding from 5px to 0px global.css line 1432 .formStyle p.radio span, .formStyle p.text label, .formStyle p.password label, .formStyle p.select label, .formStyle p.select span, .formStyle p.textarea label { display: inline-block; padding: 0px 15px; text-align: right; width:210px; } A hard browser refresh is needed to see changes In Chrome this is done via holding the refresh key for a minute then a menu pops up with options to clear cache and hard refresh Edited December 26, 2017 by Jesse (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now