Orange BBEs

How to adjust column width - Orange BBEs

How to adjust column width

by Lotte Devoné » Tue Feb 28, 2023 3:40 pm

Good morning...

For my forum I use the style 'Orange_BBEs', version: 3.0.9.
Now I have set my default forum language to Dutch.
However, this ensures that on the front page of the forum, the word 'ONDERWERPEN' is too long and is placed under the icon and not next to it as with 'BERICHTEN' and " LAATSTE BERICHT'.(See image)
Image


It's only a small detail, but it really bothers me.
The most obvious seems to me that the column is simply too narrow.
However, I have no idea how to adjust this.
I've already looked in the files of the style, but I just can't make sense of it.

Can someone please help/advise me?

Kind regards and have a nice day today! :D
User avatar
Lotte Devoné
Registered User
Posts: 4
Joined: Mon Feb 27, 2023 2:52 pm

Re: How to adjust column width

by bennybernaer » Tue Feb 28, 2023 6:09 pm

In content.css

Code: Select all

dd.posts, dd.topics, dd.views {
	width: 95px;
}

Code: Select all

dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
	width: 250px;
	font-size: 1.1em;
}
Change the width, then empty cashe.
User avatar
bennybernaer
Registered User
Posts: 766
Joined: Tue Mar 22, 2011 9:53 pm

Re: How to adjust column width

by Lotte Devoné » Tue Feb 28, 2023 7:08 pm

@bennybernaer

Thank you for your reply.
I tried what you said, but when I made the width of the 'ONDERWERPEN' column wider and the LAATSTE BERICHT' column smaller, it screwed up the text in the 'LAATSTE BERICHT' column.

Image

Image

Maybe I'm doing it wrong, sorry for that. :oops:
User avatar
Lotte Devoné
Registered User
Posts: 4
Joined: Mon Feb 27, 2023 2:52 pm

Re: How to adjust column width

by bennybernaer » Tue Feb 28, 2023 7:53 pm

Try to adjust it like this:

Code: Select all

dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
	width: 200px;
	font-size: 1.1em;
}
Also, never use a kladblok as it can cause a lot of trouble.

For example, use Notepad++
User avatar
bennybernaer
Registered User
Posts: 766
Joined: Tue Mar 22, 2011 9:53 pm

Re: How to adjust column width

by Lotte Devoné » Wed Mar 01, 2023 7:17 am

@bennybernaer

Nope! That didn't work either. :oops:
User avatar
Lotte Devoné
Registered User
Posts: 4
Joined: Mon Feb 27, 2023 2:52 pm

Re: How to adjust column width

by bennybernaer » Wed Mar 01, 2023 7:26 am

Lotte Devoné wrote:@bennybernaer

Nope! That didn't work either. :oops:
Have you emptied the cashe? This should actually just work.
It's always a bit of playing with the width. But on smaller screens it could indeed be that there is not enough space.



Image
User avatar
bennybernaer
Registered User
Posts: 766
Joined: Tue Mar 22, 2011 9:53 pm

Re: How to adjust column width

by Lotte Devoné » Wed Mar 01, 2023 8:03 am

YES!!! Thank you very much! :D
That fixed it!

Thank you for your help and patience with me! :D
I really appreciate it! :D
User avatar
Lotte Devoné
Registered User
Posts: 4
Joined: Mon Feb 27, 2023 2:52 pm

Re: How to adjust column width

by bennybernaer » Wed Mar 01, 2023 8:08 am

Lotte Devoné wrote:YES!!! Thank you very much! :D
That fixed it!

Thank you for your help and patience with me! :D
I really appreciate it! :D
No thanks! We've all had to learn it.
User avatar
bennybernaer
Registered User
Posts: 766
Joined: Tue Mar 22, 2011 9:53 pm