Archived topic
how to top align check box on posts in mobile
8 replies · Started by Anil on August 20, 2021
how to top align check box on posts in mobile
<input id=wp-comment-cookies-consent name=wp-comment-cookies-consent type=checkbox value=yes>
Hi there,
Any chance you can link us to the site and point us to the section in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi Ying
I'd like to top align tick box on top in front of "Save my name, email, and website in this browser for the next time I comment."
Because this is middle aligned in mobile....
Give this CSS a try:
p.comment-form-cookies-consent {
align-items: flex-start;
}
input#wp-comment-cookies-consent {
margin-top: 8px;
}
Let me know :)
Thanks Ying, it is working.
Please include this css in theme as well in next update...
Hi
This also having some bad effect on css for right and left navigation on top of featured image :(
Please suggest
P.S. Url added you can view
For unrelated topics, please open a new topic next time, thanks!
The nav button position difference is caused by this CSS:
https://www.screencast.com/t/iwZiTmGdDQZR
Remove the CSS should work :)
Thanks Ying, it is resolved.
You are welcome :)