By Mark J Davis on Tuesday, 11 February 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 461
Votes 0
In my EasyBlog setup, there are two checkboxes at the bottom of the comment form. The first is to "Automatically register me..." and the second is to "Subscribe to this entry..." Originally, both checkboxes were misaligned with the text that follows them. I figured out the css change needed to get the second checkbox aligned with its text (or vice-versa), but am at a complete loss as to how to adjust the first one (see attachment). Can someone help me with figuring out where to look and/or what to change. It's a minor detail, I know, but like most folks (I suppose), I'd like for everything to be perfect.
thanks
Hello Mark,

Sorry for the late reply. May I have your site URL and login so that i can provide a CSS fix for this Please advice.

Thanks!
·
Tuesday, 11 February 2014 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
No worries. Please post the fix (or at least the file, element, and settings) when you're done so I can learn something myself.
thanks!
·
Tuesday, 11 February 2014 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Can you please add this CSS code in your template css file:

#esregister {
float: left;
}
·
Tuesday, 11 February 2014 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thanks, Nik!. I appreciate your assistance.
-xm-
·
Tuesday, 11 February 2014 20:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

You're welcome.
·
Wednesday, 12 February 2014 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post