Missing span in h3. Probably.
-
Hello,
I just started using Social and my header of it is crossed with a line.
I have found out, that it can be resolved when h3 content would be wrapped in span, which has proper background settings in css.
However I’m unable to find this piece of code in php/js files..originally:
...<div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title"> Post a Comment <small>...</small> </h3>...working:
...<div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title"> <span>Post a Comment</span> <small>...</small> </h3>...Thank you
It can be found e.g. here:
http://vernermotor.eu/airshows-september-2013-olomouc-jehnedi-jihlava/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Missing span in h3. Probably.’ is closed to new replies.