Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    1. To make the text justify use this css:

    .post-template-1 p {
        text-align: justify;
    }

    2. Open /post-templates/content.php and remove:
    <span class="detail left index-post-author"><em><?php _e( 'by', 'justwrite' ); ?></em> <?php the_author_posts_link(); ?></span>

    3. You can’t use large images.

    Use a child theme.

    Thread Starter krzyskomediano

    (@krzyskomediano)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some changes on homepage’ is closed to new replies.