• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

dutch language layout

BMWracing

Chevereto Member
One thing I have noticed on the default theme/layout the dutch language adds an ugly scroll bar.

Can somebody tell me how to fix this? I also suggest to change this in the code for everyone by changing the text to :

selecteer een afbeelding op uw computer

Dutch version
imgupdutch.png

English
imgupenglish.png
 
That is because the text is too long. You can increase the width of that element.
 
Can you tell us how? I'm an absolute code noob.

I suggest fixing it in the code for future release as wel.
 
You have to edit this CSS rules:

Code:
#upload-container
Change the width to to 535px;

Code:
.show_upload
Change the width to to 530px;

Code:
#fileQueue
Change the width to 402px;

And change the text of the upload button to something shorter. Just edit the content/language/nl/
 
Thanks for the input but after changing these settings it still shows a scrollbar (up / down ). The select button is also not aligned next to the upload box container (see my images above).
 
Is because you need to try and test. Did you issue the changes in the current site right?
 
Nope, you didn't. You haven't change the "Select files" text and you are not applying the CSS changes. Please notice that you have to disable the minify mode to see the actual CSS changes.
 
Back
Top