コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

why in spa page component css width is given with 1024 px and not full width of the browser

Avatar

Level 3
トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

SPA
1 受け入れられたソリューション

Avatar

正解者
Community Advisor and Adobe Champion

@ravir73578276,

With a sensible guess, this is probably because of the page that is being edited is using a template (which may be referencing to basepage.html), which may contain a container wrapper CSS style rule; this style rule will constrict the maximum width of anything within the parsys (drag and dropable area). If you want 100% width, you may need to extend your project's basepage.html, and remove the additional CSS style rules. Or you can simply directly clean up the basepage.html. 

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor and Adobe Champion

@ravir73578276,

With a sensible guess, this is probably because of the page that is being edited is using a template (which may be referencing to basepage.html), which may contain a container wrapper CSS style rule; this style rule will constrict the maximum width of anything within the parsys (drag and dropable area). If you want 100% width, you may need to extend your project's basepage.html, and remove the additional CSS style rules. Or you can simply directly clean up the basepage.html.