unwanted line breaks in paragraph in article - Joomla! Forum - community, help and support
dear joomla users.
i have several pages using joomla article structure.
all text in paragraphs being line-broken, @ around 120 characters.
examples:
https://tch.anu.edu.au/literature-searc ... -agreement
points note:
1. note how text not fill full width of page, has unwanted forced line breaks (i on widescreen monitor). text in <p></p> tags.
2. text part of un-ordered list i.e. under "note:" <li>due in-depth ...</li> not line-broken, , fills entire allocated width. tables not line-broken, filling entire allocated width.
another example, text in <p> :
https://tch.anu.edu.au/reference-consultancy
any ideas on how text in paragraphs fill entire allocated width without premature line-breaks appreciated me , boss, thinks dunce not being able fix this!
i have several pages using joomla article structure.
all text in paragraphs being line-broken, @ around 120 characters.
examples:
https://tch.anu.edu.au/literature-searc ... -agreement
points note:
1. note how text not fill full width of page, has unwanted forced line breaks (i on widescreen monitor). text in <p></p> tags.
2. text part of un-ordered list i.e. under "note:" <li>due in-depth ...</li> not line-broken, , fills entire allocated width. tables not line-broken, filling entire allocated width.
another example, text in <p> :
https://tch.anu.edu.au/reference-consultancy
any ideas on how text in paragraphs fill entire allocated width without premature line-breaks appreciated me , boss, thinks dunce not being able fix this!
hello
you have
in template.css
so whats why text not fill full width
you have
code: select all
.item-page p, .bfpage {
max-width: 700px;
}in template.css
so whats why text not fill full width
Comments
Post a Comment