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.

Problem with text overflow

4 posters

Go down

Solved Problem with text overflow

Post by Scarlet D. November 3rd 2016, 9:58 pm

Technical Details


Forum version : #PunBB
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Other
Screenshot of problem : https://2img.net/h/oi66.tinypic.com/1534dw8.png
Who the problem concerns : All members
When the problem appeared : When I upgraded to Punbb
Forum link : http://onepiecegr.forum-pro.org/

Description of problem

Hello once again

As you can see in the picture everything in the topic is completely wrong for some reason I can't understand. The vote options are messed up a lot. The title of the topic, while it is long, it won't go to the line below and it is getting cut by the module section. I can't describe it better so if you need any clarification, tell me.

Thanks a lot


Last edited by Scarlet D. on November 10th 2016, 4:25 pm; edited 1 time in total
Scarlet D.
Scarlet D.
Forumember

Male Posts : 130
Reputation : 2
Language : Greek,English
Location : Athens,Greece

http://onepiecegr.forum-pro.org/

Back to top Go down

Solved Re: Problem with text overflow

Post by SLGray November 4th 2016, 1:09 am

Please post a link to a topic that has this issue that guests can see.


Problem with text overflow 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Problem with text overflow

Post by Scarlet D. November 4th 2016, 2:56 am

SLGray wrote:Please post a link to a topic that has this issue that guests can see.

here it is

http://www.onepiecegr.com/t1812-topic
Scarlet D.
Scarlet D.
Forumember

Male Posts : 130
Reputation : 2
Language : Greek,English
Location : Athens,Greece

http://onepiecegr.forum-pro.org/

Back to top Go down

Solved Re: Problem with text overflow

Post by Scarlet D. November 4th 2016, 9:38 pm

bump
Scarlet D.
Scarlet D.
Forumember

Male Posts : 130
Reputation : 2
Language : Greek,English
Location : Athens,Greece

http://onepiecegr.forum-pro.org/

Back to top Go down

Solved Re: Problem with text overflow

Post by SLGray November 5th 2016, 2:05 am

Yesterday at 8:56 pm
Today at 3:38 pm

Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules


Problem with text overflow 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Problem with text overflow

Post by Scarlet D. November 5th 2016, 8:12 pm

SLGray wrote:Yesterday at 8:56 pm
Today at 3:38 pm

Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules

oh I am sorry, I thought it was 12 hours and not 24 Sad

Anyway the problem is 50% resolved, seems like i put word limits on the topic titles and that seemed to work good. Now only one problem remains:
The Poll, as you can see in the picture and this topic, the poll is completely wrong and does not adjust with the options, as a result, when the options are long enough the words just mix with the poll bar Embarassed
Scarlet D.
Scarlet D.
Forumember

Male Posts : 130
Reputation : 2
Language : Greek,English
Location : Athens,Greece

http://onepiecegr.forum-pro.org/

Back to top Go down

Solved Re: Problem with text overflow

Post by _Twisted_Mods_ November 10th 2016, 3:25 pm

try adding this to your css

Code:
.pun .postmain {
    word-break: break-all;
}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Problem with text overflow

Post by Scarlet D. November 10th 2016, 4:08 pm

_Twisted_Mods_ wrote:try adding this to your css

Code:
.pun .postmain {
    word-break: break-all;
}

hmm yes, this is very close to the answer, althought as you can see in this topic, the "break" command is actually breaking the words.

For example:

a vote option saying:

Hana Hana no Mi (Nico Robi
n)

is it possible to make the whole "robin" word changing line in order not to break the whole word?

like this:

Hana Hana no Mi(Nico
Robin)
Scarlet D.
Scarlet D.
Forumember

Male Posts : 130
Reputation : 2
Language : Greek,English
Location : Athens,Greece

http://onepiecegr.forum-pro.org/

Back to top Go down

Solved Re: Problem with text overflow

Post by _Twisted_Mods_ November 10th 2016, 4:17 pm

try this


Code:
 .pun .postmain {
    word-wrap: break-word;
}

the reason its doing it is because its not a real work their are no spaces in between so it doesnt break correct
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Problem with text overflow

Post by Scarlet D. November 10th 2016, 4:24 pm

_Twisted_Mods_ wrote:try this


Code:
 .pun .postmain {
    word-wrap: break-word;
}

the reason its doing it is because its not a real work their are no spaces in between so it doesnt break correct
yes, indeed it's working! Thanks a lot once more Very Happy
Scarlet D.
Scarlet D.
Forumember

Male Posts : 130
Reputation : 2
Language : Greek,English
Location : Athens,Greece

http://onepiecegr.forum-pro.org/

Back to top Go down

Solved Re: Problem with text overflow

Post by TheCrow November 10th 2016, 4:53 pm

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
TheCrow
TheCrow
Manager
Manager

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

https://forumote.forumotion.com

Back to top Go down

Back to top

- Similar topics

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