Thread Starter
ceriol
(@ceriol)
I want it to look like this.
Do I do it in style.css or content.php?
I guess this is the basic structure of content.php. But I don’t know what to do with it.
<?php twentyfourteen_post_thumbnail(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
</header><!-- .entry-header -->
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
</article><!-- #post-## -->
Thread Starter
ceriol
(@ceriol)
I want the title to be aligned with the main content. At the moment, I have an absolute position (left: 320 px), which causes it to have a different position relative to the content in different browsers.