diff --git a/article.php b/article.php
index 09cb97bf676ef97e098249b981948db310df929a..8282be72e42c2407afe170b5b7f32b2ddfc39bf9 100644
--- a/article.php
+++ b/article.php
@@ -1,7 +1,15 @@
 <?php theme_include('header'); ?>
 		<section class="content wrap" id="article-<?php echo article_id(); ?>">
-			<h1><?php echo article_img(article_slug());?><?php echo article_title(); ?></h1>
-
+        <div class="row">
+         <div class="col-md-6 col-sd-12">
+			<?php echo article_img(article_slug());?>
+        </div>
+        <div class="col-md-6 col-sd-12">
+            <h1>
+            <?php echo article_title(); ?>
+            </h1>
+        </div>
+        </div>
 			<article>
 				<?php echo article_html(); ?>
 			</article>