• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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