Notify Check Boxes Not Aligning Properly
-
The Platform theme doesn’t appear right with the 2 notification boxes created by Jetpack which appear below the comment form. I am referring to the options for:
Notify me of follow-up comments by email.
Notify me of new posts by email.Someone at Jetpack was kind enough to write me some code to add to the Style.css file, but this code should be added into all future releases of Platform since many people are running Jetpack.
The code is here:
/* Format "Notify me of followup..." checkbox */ p.comment-subscription-form { clear: both; margin-top: 8px; } #subscribe_comments, #subscribe-label, #subscribe_blog, #subscribe-blog-label { float: left; }
If you are experiencing the same issue with Platform running Jetpack you can add this code to your Style.css file too.
- The topic ‘Notify Check Boxes Not Aligning Properly’ is closed to new replies.