Categories width problem
3 posters
Categories width problem
Hello.
I am facing a problem at the categories text which gets cut at some point. I tried the width of it but it doesn't change. Look at the pictures below.



Forum Address: Information Forum GR
Forum Version PunBB.
Thank you for your time,
Marios.
I am facing a problem at the categories text which gets cut at some point. I tried the width of it but it doesn't change. Look at the pictures below.



Forum Address: Information Forum GR
Forum Version PunBB.
Thank you for your time,
Marios.
TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English
Re: Categories width problem
Hello Marios94,
On your tcl the overflow is hidden, this clips content that exceeds your dimension property values. You can show the clipped content by setting overflow to a default value :
On your tcl the overflow is hidden, this clips content that exceeds your dimension property values. You can show the clipped content by setting overflow to a default value :
- Code:
.pun table .tcl { overflow:auto; }
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2995
Language : English & 日本語
Location : Pennsylvania
Re: Categories width problem
This makes my category like this:


TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English
Re: Categories width problem
The reason why it did that is because of the width of the first column. If the text is longer than the column's width, it will add a scroll bar.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50755
Reputation : 3484
Language : English
Location : United States
Re: Categories width problem
How can i make it longer? i cannot find the place i should change the width..
TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English
Re: Categories width problem
Oops, did I put auto ? It should be visible 
use this instead :

use this instead :
- Code:
.pun table .tcl { overflow:visible; }
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2995
Language : English & 日本語
Location : Pennsylvania
Re: Categories width problem
The only part that didn't go along with the code you gave me are these:

All the others are all visible now...

All the others are all visible now...

TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English
Re: Categories width problem
I do not see that on Firefox, but if I'm correct, I think the tcr might be causing that.
Add this :
I noticed that it overlaps the tcl content however, It is not clipped for me.
Add this :
- Code:
.pun table .tcr { overflow:visible; }
I noticed that it overlaps the tcl content however, It is not clipped for me.
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2995
Language : English & 日本語
Location : Pennsylvania
Re: Categories width problem
No sorry this doesn't fix the issue.. 

TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English
Re: Categories width problem
This is a pickle, it display fine for me 

I will have a closer look to see if I can find anything.


I will have a closer look to see if I can find anything.
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2995
Language : English & 日本語
Location : Pennsylvania
Re: Categories width problem
Using Chrome it appears like i showed you.
Using Firefox its fine...
Using Firefox its fine...

TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English
Re: Categories width problem
Try clearing your Chrome's history and cache.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50755
Reputation : 3484
Language : English
Location : United States
Re: Categories width problem
I did but nothing happened..
TheCrow- Manager
-
Posts : 6792
Reputation : 789
Language : Greek, English

» Forums and Categories width on IE
» Forum width problem...
» Can I alter the width of all the categories in my forum?
» Problem width
» WIDTH PROBLEM
» Forum width problem...
» Can I alter the width of all the categories in my forum?
» Problem width
» WIDTH PROBLEM
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum