New Zenner
- Join Date:
- Jan 2015
- Location:
- Grand Forks, North Dakota, United States
- Posts:
- 4
- Plugin Contributions:
- 0
Views: 5,451
New Zenner
Administrator
You can correct the display by editing /includes/templates/responsive_classic/css/stylesheet.css:
Line 84: Change from
select#country, .wrapperAttribsOptions select, #advSearchDefault select{height:40px;}
to
select#country, .wrapperAttribsOptions select, #advSearchDefault select[B], select#stateZone[/B] {height:40px;}
Then change line 460 from
#loginDefault #country, #createAcctDefault #country{margin-left:0;}
to
#loginDefault #country, #createAcctDefault #country[B], #loginDefault #stateZone, #createAcctDefault #stateZone[/B] {margin-left:0;}
Sensei
After applying the above, I discovered a few more places where this styling needs to be updated.
Edit: see below ...
Sensei
Thanks lat9,
I've discovered some additional changes since then:
/includes/templates/responsive_classic/css/stylesheet.css
Line 84: Change from
select#country, .wrapperAttribsOptions select, #advSearchDefault select{height:40px;}
to
select#country, .wrapperAttribsOptions select, #advSearchDefault select[B], select#stateZone[/B] {height:40px;}
[B]select#country, select#stateZone, #state {margin-left:0;}
[/B]
Then delete this line 460 :
#loginDefault #country, #createAcctDefault #country{margin-left:0;}
New Zenner
Hello to everyone:
i just doing a change and i installing the V1.5.5 version and right now i have it on a demo after i check and install everything i need make sure is working the way i want, then i will move it to the root .
i am replying to this thread because i have similar problem with the date of birth on small devices when i trying to create an account with an small device on the date of birth is a drop down where i selected the date i selecte the date of birth correctly but when i summit send i get an error say is you date of birth 05/21/1970, is it a way that i can imput the info manually without the drop down menu, this only happen in small devices, Tabbles are ok PC is ok, Thank you in advance.
http://www.tni-wireless.com/d3m0V155zc/index.php?main_page=
DrByte:
Thanks lat9,
I've discovered some additional changes since then:
/includes/templates/responsive_classic/css/stylesheet.css
Line 84: Change from
select#country, .wrapperAttribsOptions select, #advSearchDefault select{height:40px;}
> to
> ```
select#country, .wrapperAttribsOptions select, #advSearchDefault select[B], select#stateZone[/B] {height:40px;}
[B]select#country, select#stateZone, #state {margin-left:0;}
[/B]
Then delete this line 460 :
#loginDefault #country, #createAcctDefault #country{margin-left:0;}
Tell staff why this post should be reviewed.