留言板

Portlet not scaling correctly to screen confines

Dean Grobler,修改在12 年前。

Portlet not scaling correctly to screen confines

thumbnail
David H Nebinger,修改在12 年前。

RE: Portlet not scaling correctly to screen confines

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Obviously this is a CSS issue, and not a Liferay issue.

Use a tool like Chrome to inspect the elements on the page and identify what's making your portlet go wonkers.
thumbnail
Ravi Kumar Gupta,修改在12 年前。

RE: Portlet not scaling correctly to screen confines

Liferay Legend 帖子: 1302 加入日期: 09-6-24 最近的帖子
Try this with css with firebug in Firefox. Width 100% in place auto, overflow scroll, and no whitespace property. Try different combinations of these.
thumbnail
Hitoshi Ozawa,修改在12 年前。

RE: Portlet not scaling correctly to screen confines

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
This usually happens when absolute "width" value is specified. It's likely the div have classes with a style with absolute width.
Check if there are any. Remember, portlets are just converted into html tags on a web page. emoticon