You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text on this page https://wordpress.org/news/category/releases/ is page is not consistent and also hidden in the responsive design.
Additionally, the text should be consistently displayed in the same location on the page, regardless of screen size or the device used to access the page. This helps to ensure that users can easily locate and understand the date information.
The text on this page https://wordpress.org/news/category/releases/ is page is not consistent and also hidden in the responsive design.
Additionally, the text should be consistently displayed in the same location on the page, regardless of screen size or the device used to access the page. This helps to ensure that users can easily locate and understand the date information.
I am attaching the video and screenshot with the solution:
https://share.cleanshot.com/P70LR4lXG18CGRT8v1L6
https://share.cleanshot.com/NN7F489VJTkDnDJx7MgD
Adding the following CSS will solve this issue:
@media screen and (max-width:768px) { body.category-releases .wp-block-post .wp-block-wporg-release-version { bottom: 0; } }
The text was updated successfully, but these errors were encountered: