correct portofolio item display
authorymh <ymh.work@gmail.com>
Wed, 13 Nov 2013 17:59:35 +0000
changeset 3 6d22aaa62d12
parent 2 a899d1822525
child 4 346c88efed21
correct portofolio item display
wp/wp-content/themes/IN-MOTION-package-u1/in-motion/portfolio-post.php
wp/wp-content/themes/IN-MOTION-package-u1/in-motion/style.css
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/portfolio-post.php	Fri Nov 08 12:04:48 2013 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/portfolio-post.php	Wed Nov 13 17:59:35 2013 +0000
@@ -29,7 +29,8 @@
 					?>
 					<p><?php echo $terms; ?></p>
 					<div class="dotted-line"></div>
-					<p class="item-text"><?php echo get_the_content(); ?></p>
+					<!--p class="item-text"--><?php /*echo get_the_content();*/ ?><!--/p-->
+					<p class="portfolio-post" style="font-family: 'Lato', arial, serif; color: #1b1b1b; line-height: 1.6; font-size: 14px; font-style: normal; text-align: justify;"><?php echo get_the_content(); ?></p>
 					<?php					
 					if (!empty($portfolioURL))
 					{
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/style.css	Fri Nov 08 12:04:48 2013 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/style.css	Wed Nov 13 17:59:35 2013 +0000
@@ -63,6 +63,7 @@
 
 
 /************** START CUSTOM CLASSES *****************************/
+.portfolio-post { font-family: 'Lato', arial, serif; color: #1b1b1b; line-height: 1.6; font-size: 14px; font-style: normal; text-align: justify; }
 
 
 
@@ -3142,7 +3143,7 @@
 
 
 
-.circle-p1{
+.circle-p1 {
 
 
 
@@ -3222,6 +3223,7 @@
 
 
 
+
 #portfolio-filter { }
 
 
@@ -16210,4 +16212,4 @@
 
 
 
-.mr72{margin-right:72px;}
\ No newline at end of file
+.mr72{margin-right:72px;}