[nonmember]
If you decide to use the author box option, AuthorSure will create an author box with your image in it, with the text of your short short bio aligned to the left of the image.
Here is an example of one such author box (as set up by Peter Abraham of Dynamic Net) but as you can see in this example, the text is not well aligned with the top of the image.
Please note that you need to be a logged to read more. Membership is free. Log in on the right or Sign up here.
[/nonmember]
[ismember]
AuthorSure creates the author box using an h4 tag for the text About Peter M Abraham. The problem is that every theme defines h4 tags (and all other tags) in their own way, and in the case of Peter’s theme, the h4 tag has a big gap at the top. Here is the CSS used by his theme. As you can see there is a gap of 1.2em at the top of every h4 tag. This is what is causing the gap to appear above the title in Peter’s author box.
How Can This Be Fixed?
We will issue an update to AuthorSure at the next release to suppress any gaps above h4 tags used within the AuthorSure author box. But if you want to fix this problem in the meantime you can override the margin in your style.css file.
In Peter’s case that would mean editing style.css to change the behaviour of h4 tags within any AuthorSure author box.
The above edit to style.css results in the AuthorSure author box displaying like this in Peter’s particular theme. As can be seen, the gap above the h4 tag is now gone.
[/ismember]