• The site is https://www.mmaunderdogs.com/

    You can see above the comments it says –> 8 Responses to “Matt Serra will be in attendance at Wizard World Philly PA.” Also, the date and time of the comment are HUGE…

    I’ve gone through my css sheet and adjusted the sizes of everything I can find but nothing changes these two elements. What can I add or change here?

    Thanks!!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • In comments.php find <h3 id=”comments”> change it to h4 r the size u want to and try.(for 8 Responses to “Matt Serra …)

    Or in style.css in class h3{ ..} give font-size to ur desired size if ur using h3 only here

    For date and time also try searching in commments.php.
    Try using Web developer tool such as firebug and go through view source so that u wud get idea of which classes and which code is used

    Thread Starter kilerb

    (@kilerb)

    Thanks a lot… The only thing I see in my comments.php regarding time and date is this…

    <?php foreach ($comments as $comment) : ?>
    	<li id="comment-<?php comment_ID() ?>">
    	<?php comment_text() ?>
    	<p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
    	</li>
    
    <?php endforeach; ?>

    I don’t see anything regarding it’s size though… Any suggestions?

    Thanks!

    In style.css find the class “cite” which is in the code u pasted.

    There font-size is given as 90%. Reduce it and try

    Pls let us know if ur problem is solved

    Thread Starter kilerb

    (@kilerb)

    I was playing with some plugins I have installed and now it just says how many comments there are… There’s avatars next to replies but not next to original posts now… That’s weird. Any ideas on why it would only put avatars on replies? Also it seems like there’s SOOOO MUCHHHH spacing vertically in these comments… Like between the date and the comment “yep” and then more space between “yep” and (reply) See what i mean on the site? https://www.mmaunderdogs.com

    Thanks sahaara

    Thread Starter kilerb

    (@kilerb)

    Basically comments have no avatar, replies do though. The very first comment doesn’t seem to say who left it or the time/date. Although it might below all the replies. If you look at the site, you can see it’s confusing…

    Thread Starter kilerb

    (@kilerb)

    I didn’t do anything and now the avatar shows… Not sure what’s going on. But the spacing is ridiculously big now… Each comment takes up like 3 or 4 vertical inches on the site, even if it’s just 1 word. I want them much shorter in height. Where is that adjusted?

    Thanks!

    Thread Starter kilerb

    (@kilerb)

    Nevermind… I think i got it… Thanks again

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘The “Responses to” above comments is WAY too big…’ is closed to new replies.