changing layout to suit Dutch language

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 22, 2012 7:52 pm
Reply with quote
Report this post
Hi,

can you make a small change in the css file for al new versions.

Filename: vm.css on row 1238
Code: Select all
.orderlistcontainer div.title {
   float: left;
   width: 60px;
   line-height: 32px;
}


replace by
Code: Select all
.orderlistcontainer div.title {
   float: left;
   width: 70px;
   line-height: 32px;
}


because the the words in front of that container is longer than 60px.
so the second word is on the next row.

I hope you understand what I mean :?
User avatar
Senior Boarder

teitbite
Tue Oct 23, 2012 1:58 am
Reply with quote
Report this post
Hi

Ok. I'll push this to programmers, but I think it may not be that simple. Our templates do not support other languages than english, so this would be considered as customization.
User avatar
Moderator


cron