Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text is hidden in the responsive and there is no consistency. #399

Closed
Himshekhar07 opened this issue Feb 1, 2023 · 1 comment
Closed

Comments

@Himshekhar07
Copy link

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; } }

@iandunn
Copy link
Member

iandunn commented Feb 1, 2023

I think this can be addressed in #398, since it's basically the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants