Applying a percentage width to any inner element of a page will typically result in that element taking a percentage of its parent container's width.
Is there a way to specify the width of an inner element as a percentage of the overall Body width, rather than the default behavior?
Extra Details: The Body width can vary depending on the device. If the device width is above 1440px, the Body width will be set at 1440px; for smaller devices, the Body width will be set to 100%.