This is a bit anal of me, sorry.
The H3 heading is slightly indented and maybe i'm being blind but I can't see how to move it back a few notches in the CSS. Any pointers would be great!
This is a bit anal of me, sorry.
The H3 heading is slightly indented and maybe i'm being blind but I can't see how to move it back a few notches in the CSS. Any pointers would be great!
On line 1262 of style.css you need to add the following:
padding-left:0px;
Should now look like this:
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
padding-top:15px;
padding-left:0px;
}
Of course that will change the other headings as well but you should want to do that...if not, just add underneath a statement for only h3 like this:
.entry h3{
padding-top:15px;
padding-left:0px;
}
Hey!
@ianforest: @tonvie's suggestion is right, please set the status to resolved if this has fixed your issue.
Best regards,
James
You must log in to post.