Has anyone noticed that the advance search text size in 2.1.1 in messed up

So I click on advance search and the first three boxes showing my filters are in such a small size that you cannot even read them…



Whats up with that?



Thnaks



B

Are you talking about the font size? I can see mine just fine.



If you want to change the font size just change:



skins/basic/admin/styles.css



On line 1434 you should have:


.select-field label {
float: none;
width: 50px;
vertical-align: 2px;
margin: 0 7px 0 0;
padding: 0;
font: normal 11px Tahoma !important;
}




Remove the !important



Then on line 3944 you should have:


table.table-filters label {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}




Just change the fone to whatever you want.



Brandon

[quote name=‘brandonvd’]Are you talking about the font size? I can see mine just fine.



If you want to change the font size just change:



skins/basic/admin/styles.css



On line 1434 you should have:


.select-field label {
float: none;
width: 50px;
vertical-align: 2px;
margin: 0 7px 0 0;
padding: 0;
font: normal 11px Tahoma !important;
}




Remove the !important



Then on line 3944 you should have:


table.table-filters label {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}




Just change the fone to whatever you want.



Brandon[/QUOTE]



No not in Admin, on the front end, the shop

table.table-filters label {

font:85% Verdana,Geneva,Arial,Helvetica,sans-serif;



changed to



table.table-filters label {

font:10px Verdana,Geneva,Arial,Helvetica,sans-serif;



Sorted