diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 21675b942ee6e7ecb8748a6cc1aaadf02cce6104..762f6fd0cbe6d3e2be60442989f4337f7835843d 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -484,7 +484,7 @@ div.items a.active {
 							if (isloggedin()) {echo('400px;');}else{echo('162px;');}
 						echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">';
 						echo '	<span style="background:url(mod/customindex/commentbubblepoint.png); width:14px; height:34px; z-index:2; position:absolute; left:'; 
-							if (isloggedin()) {echo('303px;');}else{echo('51px;');}
+							if (isloggedin()) {echo('291px;');}else{echo('51px;');}
 						echo '"></span>';
 						echo '	<div style="padding:10px;">';
 						echo '<p style="margin:0;"><a href="pg/profile/' . $row3['username'] . '">' . $row3['name'] . '</a>: ' . $row2['description'] . '</p>';