The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Categories width problem

3 posters

Go down

Categories width problem Empty Categories width problem

Post by TheCrow March 11th 2014, 2:43 pm

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. 
Categories width problem DDRupLy

Categories width problem BOlf8UU

Categories width problem AXjYnPp

Forum Address: Information Forum GR
Forum Version PunBB.

Thank you for your time,
Marios.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by Ange Tuteur March 11th 2014, 4:08 pm

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 :
Code:
.pun table .tcl { overflow:auto; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by TheCrow March 11th 2014, 5:39 pm

This makes my category like this:
Categories width problem IQZoJpK
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by SLGray March 11th 2014, 8:34 pm

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.


Categories width problem Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by TheCrow March 11th 2014, 8:48 pm

How can i make it longer? i cannot find the place i should change the width..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by Ange Tuteur March 11th 2014, 9:06 pm

Oops, did I put auto ? It should be visible Razz

use this instead :
Code:
.pun table .tcl { overflow:visible; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by TheCrow March 11th 2014, 9:23 pm

The only part that didn't go along with the code you gave me are these:
Categories width problem R8TuPhn
All the others are all visible now... :/
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by Ange Tuteur March 11th 2014, 9:42 pm

I do not see that on Firefox, but if I'm correct, I think the tcr might be causing that.

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
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by TheCrow March 11th 2014, 10:18 pm

No sorry this doesn't fix the issue.. :/
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by Ange Tuteur March 11th 2014, 10:50 pm

This is a pickle, it display fine for me Shocked

Categories width problem Captu382

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

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by TheCrow March 11th 2014, 10:57 pm

Using Chrome it appears like i showed you.
Using Firefox its fine... :/
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by SLGray March 12th 2014, 1:05 am

Try clearing your Chrome's history and cache.


Categories width problem Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Categories width problem Empty Re: Categories width problem

Post by TheCrow March 12th 2014, 1:16 am

I did but nothing happened..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum