Improve footer responsiveness, widen breakpoint - #338
Open
iftakharul-islam wants to merge 1 commit into
Open
Conversation
Make .wedocs entry footer stack on small screens by switching footer.entry-footer.wedocs-entry-footer to column layout and stretching children. Ensure .help-content and .feedback-content use full width, remove right margin, and add bottom spacing for better stacking. Increase mobile breakpoint from max-width:425px to max-width:480px so mobile-specific rules apply to more devices.
Contributor
WalkthroughResponsive LESS rules now stack and stretch footer entries, make help and feedback content full width with adjusted spacing, and apply the smallest-screen styles up to 480px instead of 425px. ChangesResponsive layout adjustments
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #339
Make the weDocs entry footer stack on small screens by switching
footer.entry-footer.wedocs-entry-footerto column layout and stretching children. Ensure.help-contentand.feedback-contentuse full width, remove right margin, and add bottom spacing for better stacking. Increase mobile breakpoint frommax-width: 425pxtomax-width: 480pxso mobile-specific rules apply to modern devices (390–430 CSS px wide).Verified
Tested with Playwright at 390px, 430px, 768px, and 1280px viewports:
Reported on wp.org: https://wordpress.org/support/topic/footer-alignment-12/
Summary by CodeRabbit