Open
Description
Preconditions and environment
- Magento Version - I have seen and reproduced an issue in Magento versions 2.4.4 and 2.4.0
- Orders and Returns Widget - This is the default functionality of Magento that we are showing "Orders and Returns" widget on the front end. I set the admin configuration in my local system to show the "Orders and Returns" widget on the front end and its alignment doesn't seem to be proper. I think the style is not correctly added for the form used in "Orders and Returns".
Steps to reproduce
Example:
- Navigate to the admin panel
- Go to Content -> Elements -> Widgets and click on "Add Widget" button to create new widget
- In the Settings -> Select Widgets Type "Orders and Returns" and Design Theme to "Magento Luma" or "Magento Blank"
- Save information like "Widget Title", "Assign to Store Views" and "Layout Updates"
- Select "Layout Updates" to display the widget on the frontend of categories in the sidebar
- Clean cache and check the frontend
Expected result
My Suggestion:
I think the CSS that has been used for the form should be removed. Or it can be fixed by using the new CSS for the sidebar widget.
The issue is due to below CSS:
.form.form-orders-search { min-width: 600px; width: 50%; }
Actual result
The problem is due to the below CSS and because of this the width of the widget (Order and Return) is coming more and it hides under the products which can be called an alignment issue.
.form.form-orders-search { min-width: 600px; width: 50%; }
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.