-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The Elements.Grid.cshtml contains a 'container' class, which causes it to be the full width of the page, instead of keeping it within the content.
Repro steps:
- Setup new Orchard instance with Default recipe
- Enable Cascade.Bootstrap
- Include a widget in the AsideSecond zone
- Go to home page
What you will see is that the content zone is full width of 1170px due to the container class on the Elements.Grid, which will cause it to flow over the AsideSecond zone.
Fix(?):
replace 'container' class with 'row'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels