Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author AurelioDeRosa

    (@aurelioderosa)

    Hi. To achieve this goal, open the file comments.php and move the code:

    comment_form();

    at line 25 after the closed bracket at line 75. Thus the file will end in this way:

    <?php
       }
       comment_form();
    ?>

    Hi,
    I want the text in posts and pages have justify alignment by default. How can I make this possible?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Migrosoft,

    Your problem can be solved via CSS.
    Create a separate forum thread with more information on your issue, including a link to the web page relevant (if possible).

    Theme Author AurelioDeRosa

    (@aurelioderosa)

    The problem is solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Annarita] Comment Block’ is closed to new replies.