Viewing 5 replies - 1 through 5 (of 5 total)
  • Why are you not using the add comments option at the page creation level?

    try to add this to style.css:

    .commentlist{clear:both;}

    Thread Starter mbauerHaL

    (@mbauerhal)

    Why are you not using the add comments option at the page creation level?

    When I tried that I didn’t get a comments box, so someone suggested I add that line of code to the index.php

    try to add this to style.css:

    .commentlist{clear:both;}

    That fixed the blue, but the “3 Responses to …” is still off.

    Thanks!

    this is just all css fine tuning – try to work with a tool such as Firefox’ web developer add-on or Firebug https://getfirebug.com/ or a similar browser tool to investigate the involved css styles.

    for instance add:

    .comments{clear:both;margin-left:5px;}

    it might also help to compare how the comment section is added to page.php with the same in single.php

    if you have further question or problems with your commercial theme, please contact the theme seller for support.

    – this forum does not support commercial or non-GPL themes

    Thread Starter mbauerHaL

    (@mbauerhal)

    Ok thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responses not wrapping properly’ is closed to new replies.